sticky-summer-13450
06/21/2022, 11:54 AMdocker 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.fast-garage-66093
06/21/2022, 4:19 PMsticky-summer-13450
06/21/2022, 4:23 PMfast-garage-66093
06/21/2022, 4:43 PM