Skip to content

Commit 6847f2f

Browse files
committed
microdnf: Unable to handle: skip_missing_names_on_install=0
1 parent 5d88709 commit 6847f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift-hack/images/hyperkube/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN make WHAT='cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler
99
gzip /tmp/build/k8s-tests-ext
1010

1111
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
12+
RUN yum install -y --setopt=tsflags=nodocs iproute && yum clean all
1313
COPY --from=builder /tmp/build/* /usr/bin/
1414
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \
1515
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \

0 commit comments

Comments
 (0)