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 5d88709 commit 6847f2fCopy full SHA for 6847f2f
openshift-hack/images/hyperkube/Dockerfile.rhel
@@ -9,7 +9,7 @@ RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler
9
gzip /tmp/build/k8s-tests-ext
10
11
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9-minimal-test
12
-RUN yum install -y --setopt=tsflags=nodocs --setopt=skip_missing_names_on_install=False iproute && yum clean all
+RUN yum install -y --setopt=tsflags=nodocs iproute && yum clean all
13
COPY --from=builder /tmp/build/* /usr/bin/
14
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \
15
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \
0 commit comments