Skip to content

Commit cff7658

Browse files
Merge pull request #22065 from smarterclayton/images
Add git to the test image to ensure we can perform new-app tests
2 parents 9691cab + 228e3f5 commit cff7658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/tests/Dockerfile.rhel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN make build WHAT=cmd/openshift-tests
55

66
FROM registry.svc.ci.openshift.org/ocp/4.0:cli
77
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/*
89
LABEL io.k8s.display-name="OpenShift End-to-End Tests" \
910
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \
1011
io.openshift.tags="openshift,tests,e2e"

0 commit comments

Comments
 (0)