Skip to content

Commit

Permalink
Merge pull request #58 from openshift-bot/art-consistency-openshift-4…
Browse files Browse the repository at this point in the history
….10-egress-router-cni

Updating egress-router-cni images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Feb 2, 2022
2 parents 7a4cd82 + dba95ec commit 5c56bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel8
@@ -1,11 +1,11 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS rhel8
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS rhel8
ADD . /go/src/github.com/openshift/egress-router-cni
WORKDIR /go/src/github.com/openshift/egress-router-cni
ENV GO111MODULE=on
ENV VERSION=rhel8 COMMIT=unset
RUN go build -mod vendor -o bin/egress-router cmd/egress-router/egress-router.go

FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS rhel7
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS rhel7
ADD . /go/src/github.com/openshift/egress-router-cni
WORKDIR /go/src/github.com/openshift/egress-router-cni
ENV GO111MODULE=on
Expand Down

0 comments on commit 5c56bc8

Please sign in to comment.