File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ COPY . .
44RUN make build WHAT=cmd/openshift-tests-kubernetes; \
55 mkdir -p /tmp/build; \
66 cp /go/src/github.com/openshift/origin/_output/local/bin/linux/$(go env GOARCH)/openshift-tests-kubernetes /tmp/build/openshift-tests-kubernetes
7+ RUN make build WHAT=cmd/openshift-tests; \
8+ mkdir -p /tmp/build; \
9+ cp /go/src/github.com/openshift/origin/_output/local/bin/linux/$(go env GOARCH)/openshift-tests /tmp/build/openshift-tests
710
8- FROM registry.svc.ci.openshift.org/ocp/4.2:tests-base
11+ FROM registry.svc.ci.openshift.org/ocp/4.2:cli
912COPY --from=builder /tmp/build/openshift-tests-kubernetes /usr/bin/
13+ COPY --from=builder /tmp/build/openshift-tests /usr/bin/
1014RUN yum install --setopt=tsflags=nodocs -y git gzip util-linux && yum clean all && rm -rf /var/cache/yum/* && \
1115 git config --system user.name test && \
1216 git config --system user.email
[email protected] && \
You can’t perform that action at this time.
0 commit comments