https://rancher.com/ logo
Title
s

sticky-summer-13450

06/21/2022, 11:54 AM
Rancher Desktop v1.4.1 on Linux with dockerd (moby) runtime. I've just done a
docker build ...
on the Linux command line and the image was built in RD. I realised I got the tag name wrong, so I did a new
docker build ...
with the correct
-t
option and docker essentially just tagged the same Image ID with the new tag. If I do an "Images -> Delete" in RD of the first image I get this error:
Error response from daemon: conflict: unable to delete bde8ceea4fa1 (must be forced) - image is referenced in multiple repositories
Yes, the same Image ID occurs twice, but I want to delete the wrongly tagged one. It is standard for one Image ID to be tagged with different tags, and standard to be able to delete tags. I can, of cause, remove the image with
docker image rm ...
so the RD interface should be able to do the same.
f

fast-garage-66093

06/21/2022, 4:19 PM
I think the problem is that the GUI does not delete by name/tag, but by image id. Can you please file a Github issue about it? Thanks!
s

sticky-summer-13450

06/21/2022, 4:23 PM
Sure.
f

fast-garage-66093

06/21/2022, 4:43 PM
Thanks!
👍 1