-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cosalib/container_manifest.py: account for images that are repo:tag
enhance the garbage collection for the repo:tag we are trying to create a container image manifest for. In this case we were getting an error because someone had pulled the quay.io/coreos-assembler/coreos-assembler:main image down from quay. It wasn't a manifest listed repo:tag so `podman manifest exists` wasn't returning true, but the create would fail. The updated code here should handle this case. This enhances the previous effort in 01e4e55.
- Loading branch information
Showing
1 changed file
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters