Skip to content

Commit

Permalink
Merge pull request #17 from multi-arch/master
Browse files Browse the repository at this point in the history
Switch default binary to RHEL 8
  • Loading branch information
openshift-merge-robot committed Jul 28, 2020
2 parents 08211e4 + cc5c2c3 commit d2eea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Expand Up @@ -22,7 +22,7 @@ RUN mkdir -p /usr/src/whereabouts/images && \
mkdir -p /usr/src/whereabouts/rhel7/bin && \
mkdir -p /usr/src/whereabouts/rhel8/bin
COPY --from=rhel7 /go/src/github.com/dougbtv/whereabouts/bin/whereabouts /usr/src/whereabouts/rhel7/bin
COPY --from=rhel7 /go/src/github.com/dougbtv/whereabouts/bin/whereabouts /usr/src/whereabouts/bin
COPY --from=rhel8 /go/src/github.com/dougbtv/whereabouts/bin/whereabouts /usr/src/whereabouts/bin
COPY --from=rhel8 /go/src/github.com/dougbtv/whereabouts/bin/whereabouts /usr/src/whereabouts/rhel8/bin

LABEL io.k8s.display-name="Whereabouts CNI" \
Expand Down

0 comments on commit d2eea64

Please sign in to comment.