spiegel_podman/cmd/podman/artifact
Devesh B 3bd376401e fix(artifact): show :latest tag in ls output when no explicit tag given
When an artifact is added without an explicit tag (e.g.
"quay.io/myimage/myartifact"), the TAG column in "podman artifact ls"
was empty instead of showing "latest", unlike container images which
default to :latest.

Add a call to reference.TagNameOnly() after parsing the stored name so
the display normalises the reference before extracting the tag, matching
the behaviour of container images.

Fixes: #27083

Signed-off-by: Devesh B <98201065+DeveshB-1@users.noreply.github.com>
2026-03-29 23:42:31 +05:30
..
add.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
artifact.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
extract.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
inspect.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
list.go fix(artifact): show :latest tag in ls output when no explicit tag given 2026-03-29 23:42:31 +05:30
pull.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
push.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
rm.go Fix CLI help example indentation for multi-line examples 2026-03-06 21:06:04 +00:00