VictoriaSexmer1

Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024
03:30 PM
- 1,033 Views
Does anybody know how to check the number of layers in a container image using Podman?
1 Solution
Accepted Solutions

Community Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024
06:13 PM
- 1,014 Views
3 Replies

Community Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024
06:13 PM
- 1,015 Views
VictoriaSexmer1

Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024
11:55 AM
- 843 Views
Thanks!!!
Akos

Cadet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024
05:14 PM
- 986 Views
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'
Join the discussion
You must log in to join this conversation.