You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds a CREATED column to the podman artifact ls command output,
displaying the artifact creation time in human-readable format (e.g.,
"3 weeks ago"), similar to podman image ls.
The creation time is extracted from the org.opencontainers.image.created
annotation stored in the artifact manifest and formatted using
units.HumanDuration.
Changes:
- Add Created field to artifactListOutput struct
- Parse and format creation time from manifest annotations
- Update default output format to include CREATED column
- Update documentation with Created placeholder
- Add test to verify Created column is displayed
Fixes#27314
Co-authored-by: Cursor AI <[email protected]>
Signed-off-by: Daniel J Walsh <[email protected]>
0 commit comments