sclorg / container-common-scripts

Apache License 2.0
20 stars 45 forks source link

force image removal during cleanup #240

Closed pkubatrh closed 2 years ago

pkubatrh commented 2 years ago

podman will complain if we try to remove an image by ID when it has multiple tags We are always using mulitple tags, so we need to force the removal

phracek commented 2 years ago

[test]

pkubatrh commented 2 years ago

The reason for the change was explained in the commit message. I do not think we need to add info directly into the code as a comment. Rebasing for tests

[test]

pkubatrh commented 2 years ago

[test]