From 28e76c056d3cdcf8c77c94230c265f24fe0796d2 Mon Sep 17 00:00:00 2001 From: noracenofun <62801810+noracenofun@users.noreply.github.com> Date: Wed, 26 Jan 2022 17:39:49 +0100 Subject: [PATCH] changing value of DefaultInfraImage 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", but the command `podman pod create --help` does not yet support this feature for the output of the default infra-image changing value of DefaultInfraImage update string ":Version-Built" removed Signed-off-by: noracenofun <62801810+noracenofun@users.noreply.github.com> changing value of DefaultInfraImage final default value removed Signed-off-by: noracenofun <62801810+noracenofun@users.noreply.github.com> --- pkg/config/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/default.go b/pkg/config/default.go index facbafc9c..279119749 100644 --- a/pkg/config/default.go +++ b/pkg/config/default.go @@ -46,7 +46,7 @@ var ( // DefaultInitPath is the default path to the container-init binary DefaultInitPath = "/usr/libexec/podman/catatonit" // DefaultInfraImage to use for infra container - DefaultInfraImage = "k8s.gcr.io/pause:3.5" + DefaultInfraImage = "" // DefaultRootlessSHMLockPath is the default path for rootless SHM locks DefaultRootlessSHMLockPath = "/libpod_rootless_lock" // DefaultDetachKeys is the default keys sequence for detaching a