We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb128b9 + 56b59cf commit 00e7ec7Copy full SHA for 00e7ec7
build/pause/Dockerfile.Rhel
@@ -1,10 +1,10 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
2
WORKDIR /go/src/github.com/openshift/kubernetes/build/pause
3
COPY . .
4
RUN mkdir -p bin && \
5
gcc -Os -Wall -Werror -o bin/pause ./linux/pause.c
6
7
-FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
8
COPY --from=builder /go/src/github.com/openshift/kubernetes/build/pause/bin/pause /usr/bin/pod
9
LABEL io.k8s.display-name="OpenShift Pod" \
10
io.k8s.description="This is a component of OpenShift and contains the binary that holds the pod namespaces." \
0 commit comments