Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danwinship committed May 15, 2019
1 parent 674977b commit 84ccb2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ COPY --from=builder /go-controller/_output/go/bin/ovnkube /usr/bin/
COPY --from=builder /go-controller/_output/go/bin/ovn-kube-util /usr/bin/
COPY --from=builder /go-controller/_output/go/bin/ovn-k8s-cni-overlay /usr/libexec/cni/ovn-k8s-cni-overlay

COPY --from=cli /usr/bin/oc /usr/bin
COPY --from=cli /usr/bin/oc /usr/bin/
RUN ln -s /usr/bin/oc /usr/bin/kubectl
RUN ls -l /usr/bin/oc /usr/bin/kubectl

COPY --from=openshift/origin-cli /usr/bin/oc /usr/bin/oc2

# copy git commit number into image
COPY .git/HEAD /root/.git/HEAD
Expand Down

0 comments on commit 84ccb2e

Please sign in to comment.