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.
1 parent d92880b commit c6624a7Copy full SHA for c6624a7
build/pause/Dockerfile.Rhel
@@ -1,10 +1,10 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 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.19:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.20: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