We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c62f73 + 172a47b commit 309f240Copy full SHA for 309f240
build/pause/Dockerfile.Rhel
@@ -1,10 +1,10 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 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.18:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.19: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