Skip to content

Commit 00e7ec7

Browse files
Merge pull request #2481 from openshift-bot/art-consistency-openshift-4.21-openshift-enterprise-pod
OCPBUGS-62608: Updating openshift-enterprise-pod-container image to be consistent with ART for 4.21
2 parents fb128b9 + 56b59cf commit 00e7ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pause/Dockerfile.Rhel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
22
WORKDIR /go/src/github.com/openshift/kubernetes/build/pause
33
COPY . .
44
RUN mkdir -p bin && \
55
gcc -Os -Wall -Werror -o bin/pause ./linux/pause.c
66

7-
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
88
COPY --from=builder /go/src/github.com/openshift/kubernetes/build/pause/bin/pause /usr/bin/pod
99
LABEL io.k8s.display-name="OpenShift Pod" \
1010
io.k8s.description="This is a component of OpenShift and contains the binary that holds the pod namespaces." \

0 commit comments

Comments
 (0)