Does anybody know how to check the number of layers in a container image using Podman?
Thanks!!!
Hi,
layers with podman:
podman inspect registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8:latest | jq '[ .[0].History[] | select(.empty_layer != true) ] | length'
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.