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.
2 parents 9691cab + 228e3f5 commit cff7658Copy full SHA for cff7658
images/tests/Dockerfile.rhel
@@ -5,6 +5,7 @@ RUN make build WHAT=cmd/openshift-tests
5
6
FROM registry.svc.ci.openshift.org/ocp/4.0:cli
7
COPY --from=builder /go/src/github.com/openshift/origin/_output/local/bin/linux/amd64/openshift-tests /usr/bin/
8
+RUN yum install --setopt=tsflags=nodocs -y git util-linux && yum clean all && rm -rf /var/cache/yum/*
9
LABEL io.k8s.display-name="OpenShift End-to-End Tests" \
10
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \
11
io.openshift.tags="openshift,tests,e2e"
0 commit comments