Skip to content

Commit c6624a7

Browse files
author
AOS Automation Release Team
committed
UPSTREAM: <carry>: Updating openshift-enterprise-pod-container image to be consistent with ART for 4.20
Reconciling with https://github.com/openshift/ocp-build-data/tree/dfb5c7d531490cfdc61a3b88bc533702b9624997/images/openshift-enterprise-pod.yml
1 parent d92880b commit c6624a7

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.23-openshift-4.19 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 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.19:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/4.20: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)