Module podman
Source - ImageListEntry ๐
- This is output from
podman image list --format=json. - Inspect ๐
- CONTAINER_STORAGE ๐
- Where we look inside our container to find our own image
for use with
bootc install.
- imageid_to_digest ๐
- Given an image ID, return its manifest digest
- storage_exists ๐
- Return true if there is apparently an active container store at the target path.
- storage_exists_default ๐
- Return true if there is apparently an active container store in the default path
for the target root.