Skip to content

Fix panic on duplicate images

Latest
Compare
Choose a tag to compare
@frankwiles frankwiles released this 27 May 12:07
· 2 commits to main since this release

If an image was tagged multiple times with a matching string dic would panic trying to delete the same image sha a second time.

This fix deduplicates the list of Docker image SHAs to avoid that situation entirely.