Skip to content

Commit

Permalink
Merge pull request #32 from jupierce/art-consistency-openshift-4.6-os…
Browse files Browse the repository at this point in the history
…e-multus-whereabouts-ipam-cni

Bug 1878163: Updating ose-multus-whereabouts-ipam-cni builder & base images to be consistent with ART
  • Loading branch information
jupierce committed Oct 1, 2020
2 parents efbf5bb + 35bbaee commit d5306d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Expand Up @@ -8,7 +8,7 @@ ENV VERSION=rhel8 COMMIT=unset
RUN go build -mod vendor -o bin/whereabouts cmd/whereabouts.go
WORKDIR /

FROM registry.svc.ci.openshift.org/ocp/builder:rhel-7-golang-openshift-4.6 as rhel7
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-7-golang-1.15-openshift-4.6 AS rhel7
ADD . /go/src/github.com/dougbtv/whereabouts
WORKDIR /go/src/github.com/dougbtv/whereabouts
ENV CGO_ENABLED=1
Expand Down

0 comments on commit d5306d7

Please sign in to comment.