Skip to content

Commit 172a47b

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

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)