From 2c2dd657dddc6eb4372432c8bb343c80fbd79839 Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Pelayo Date: Fri, 4 Mar 2022 11:01:36 +0100 Subject: [PATCH] Specify the right pause image used by cri-o (#611) Otherwise the later container rpm-packaging patches will grab the wrong image, and the pause image is missing for offline systems. Signed-off-by: Miguel Angel Ajo --- pkg/release/release_amd64.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/release/release_amd64.go b/pkg/release/release_amd64.go index 2727358a2b1..1dac5193121 100644 --- a/pkg/release/release_amd64.go +++ b/pkg/release/release_amd64.go @@ -28,7 +28,7 @@ func init() { "kube_flannel_cni": "quay.io/microshift/flannel-cni:" + Base, "kube_rbac_proxy": "quay.io/openshift/okd-content@sha256:459f15f0e457edaf04fa1a44be6858044d9af4de276620df46dc91a565ddb4ec", "kubevirt_hostpath_provisioner": "quay.io/kubevirt/hostpath-provisioner:v0.8.0", - "pause": "k8s.gcr.io/pause", + "pause": "k8s.gcr.io/pause:3.2", "service_ca_operator": "quay.io/openshift/okd-content@sha256:dd1cd4d7b1f2d097eaa965bc5e2fe7ebfe333d6cbaeabc7879283af1a88dbf4e", } }