Skip to content

Commit 1d0236e

Browse files
committed
Add source code to openshift-ci image
Since our integration test depend on the source code we need to put that in the image creation so during the test step we can able to scp to the VM and run the integration test.
1 parent a0b5934 commit 1d0236e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/openshift-ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY . .
77
RUN make cross
88

99
FROM centos:7
10+
COPY --from=builder /go/src/github.com/code-ready/crc /opt/crc
1011
COPY --from=builder /go/src/github.com/code-ready/crc/out/linux-amd64/crc /bin/crc
1112
COPY --from=builder /go/src/github.com/code-ready/crc/images/openshift-ci/mock-nss.sh /bin/mock-nss.sh
1213
COPY --from=builder /go/src/github.com/code-ready/crc/images/openshift-ci/google-cloud-sdk.repo /etc/yum.repos.d/google-cloud-sdk.repo

0 commit comments

Comments
 (0)