incorrect default infra-image in the message of podman pod create --help #13037
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
The new default image in 4.0.0-rc2 is a locally built one based on a local pause binary, build result e.g. "localhost/podman-pause:4.0.0-rc2-1642795764" and no longer the image "k8s.gcr.io/pause:3.5" (DefaultInfraImage = "k8s.gcr.io/pause:3.5"), but the command podman pod create --help does not yet support this feature for the output of the default infra-image.
If the user does not specify an image, the builtin image is now used.
The default hardcoded image defined via DefaultInfraImage is no longer pulled.
But the command
podman pod create --help
does not yet support this feature for the output of the default infra-image.no default configuration of infra_image in any containers.conf
expected output for example: ... (default "localhost/podman-pause:4.0.0-rc2-1642795764") or (default "builtin") or nothing
received output: ... (default "k8s.gcr.io/pause:3.5")
default configuration of infra_image set in local containers.conf
output as expected: ... (default "registry.access.redhat.com/ubi8/pause")
The output message should be corrected.
Originally posted by @noracenofun in #12771 (comment)
The text was updated successfully, but these errors were encountered: