Skip to content

Commit

Permalink
Merge pull request openshift#80 from openshift-bot/art-consistency-op…
Browse files Browse the repository at this point in the history
…enshift-4.16-egress-router-cni

OCPBUGS-28581: Updating ose-egress-router-cni-container image to be consistent with ART for 4.16
  • Loading branch information
openshift-merge-bot[bot] committed Apr 9, 2024
2 parents 7592f41 + dbd4996 commit 7534ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /go/src/github.com/openshift/egress-router-cni
ENV GO111MODULE=on
RUN go build -mod vendor -o bin/egress-router cmd/egress-router/egress-router.go

FROM registry.ci.openshift.org/ocp/4.16:base
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
RUN mkdir -p /usr/src/egress-router-cni/bin/ && \
mkdir -p /usr/src/egress-router-cni/rhel8/bin && \
mkdir -p /usr/src/egress-router-cni/rhel9/bin
Expand Down

0 comments on commit 7534ab9

Please sign in to comment.