mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 11:25:45 +00:00
For reasons buried in the history of Podman, looking up an untagged image would match any tag of matching image. For instance, looking up centos would match a local image centos:foobar. Change that behavior to only match the latest tag. Fix: #11964 Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_darwin.go | ||
| config_linux.go | ||
| config_local.go | ||
| config_remote.go | ||
| config_unsupported.go | ||
| config_windows.go | ||
| containers.conf | ||
| default.go | ||
| default_linux.go | ||
| default_unsupported.go | ||
| nosystemd.go | ||
| pull_policy.go | ||
| systemd.go | ||
| util_supported.go | ||
| util_windows.go | ||