shige-188
2025年10月17日 10時14分
==========
製品型番:AG9130-C03Z
Debian/ABOSバージョン Alpine Linux 3.22
カーネルバージョン:5.10.240-0-at on aarch64(dev/ttyLP0)
3G/LTE モジュール情報 (Debianのみ):WWAN SIM ・ WLAN DHCP ABOS Web設定済み
その他:WIFI ルータ設定済み
==========
いつもお世話になります。
A9E 不要コンテナイメージの削除中に下記のエラーが表示され削除出来ません。
対応方法を教えて頂けないでしょうか。
よろしくお願い致します。
atmark@atde9:~$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/arm64v8/example1 latest a28e547fb375 2 days ago 15.7 MB
localhost/example1 latest a28e547fb375 2 days ago 15.7 MB
docker.io/arm64v8/alpine 3.22 171e65262c80 8 days ago 8.8 MB
docker.io/arm64v8/debian bullseye-slim 6b31cd98ab39 2 weeks ago 78.1 MB
atmark@atde9:~$ podman rmi localhost/example1
Error: 1 error occurred:
* user input matched multiple repotags for the image
atmark@atde9:~$ podman rmi localhost/arm64v8/example1
Error: 1 error occurred:
* user input matched multiple repotags for the image
atmark@atde9:~$ podman rmi a28e547fb375
Error: 1 error occurred:
* unable to delete a28e547fb375eac7510fc0e65900dbd06f0e73dab7973a64401dd1730f255974 (must force) - image is referred to in multiple tags: image is being used
コメント
at_satoshi.ohta
shige-188
太田さん
ありがとうございました。
削除できました。
新たに
atmark@atde9:~$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
d9ce500b774a 10 minutes ago 78.1 MB ←こちらも削除したいです。(ビルド途中で停止しました)
docker.io/arm64v8/alpine 3.22 171e65262c80 8 days ago 8.8 MB
docker.io/arm64v8/debian bullseye-slim 6b31cd98ab39 2 weeks ago 78.1 MB
atmark@atde9:~$ podman rmi -f a9ce500b774a
Error: 1 error occurred:
* unable to find a name and tag match for a9ce500b774a in repotags: no such image
atmark@atde9:~$ podman rmi a9ce500b774a
Error: 1 error occurred:
* unable to find a name and tag match for a9ce500b774a in repotags: no such image
atmark@atde9:~$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
d9ce500b774a 11 minutes ago 78.1 MB
docker.io/arm64v8/alpine 3.22 171e65262c80 8 days ago 8.8 MB
docker.io/arm64v8/debian bullseye-slim 6b31cd98ab39 2 weeks ago 78.1 MB
よろしくお願い致します。
at_satoshi.ohta
shige-188
太田さん
回答ありがとうございます。
atde9、VirtualBOX再立ち上げ、A9Eの電源OFFなどしているとなくなっていました。
ご検討ありがとうございます。
現状
atmark@atde9:~$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/arm64v8/cna latest 8e1c80c57b06 5 minutes ago 373 MB
localhost/cna latest 8e1c80c57b06 5 minutes ago 373 MB
docker.io/arm64v8/alpine 3.22 171e65262c80 8 days ago 8.8 MB
docker.io/arm64v8/debian bullseye-slim 6b31cd98ab39 2 weeks ago 78.1 MB
at_satoshi.ohta
2025年10月17日 10時38分
太田です。
podman images で表示されたタグを指定して -f オプション付きで削除するとどうなりますでしょうか?
例えば、
のlocalhost/example1であれば、
となります。
どうぞよろしくお願いいたします。