You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openshift-hack/images/hyperkube/Dockerfile.rhel
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
1
+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
2
2
WORKDIR /go/src/k8s.io/kubernetes
3
3
COPY . .
4
4
RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler cmd/kubelet cmd/watch-termination openshift-hack/cmd/k8s-tests-ext' && \
@@ -8,7 +8,7 @@ RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler
8
8
/tmp/build && \
9
9
gzip /tmp/build/k8s-tests-ext
10
10
11
-
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
11
+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
12
12
RUN yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False iproute && yum clean all
13
13
COPY --from=builder /tmp/build/* /usr/bin/
14
14
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \
0 commit comments