-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Feature request description
podman artifact ls should match the output of podman image ls and list the time of the creation of the object.
Suggest potential solution
podman artifacts now store the value of the creation as an annotation.
"org.opencontainers.image.created": "2025-10-17T13:49:26.309541703Z"
podman artifact ls
Should use grab this value and display it just like podman image ls
$ podman image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/podbook latest ca8aa63e12fb 6 months ago 4.21 MB
$ podman artifact ls
REPOSITORY TAG DIGEST SIZE
quay.io/ramalama/smollm2 latest 9bb205f978a9 1.82GB
New version
$ podman artifact ls
REPOSITORY TAG DIGEST CREATED SIZE
quay.io/ramalama/smollm2 latest 9bb205f978a9 1 week ago 1.82GB
Have you considered any alternatives?
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.