Skip to content

Commit 309f240

Browse files
Merge pull request #2154 from openshift-bot/art-consistency-openshift-4.19-openshift-enterprise-pod
OCPBUGS-45645: Updating openshift-enterprise-pod-container image to be consistent with ART for 4.19
2 parents 3c62f73 + 172a47b commit 309f240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build/pause/Dockerfile.Rhel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 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.18:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/4.19: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)