Skip to content

Commit

Permalink
Merge pull request #34 from jupierce/art-consistency-openshift-4.6-os…
Browse files Browse the repository at this point in the history
…e-containernetworking-plugins

Bug 1878163: Updating ose-containernetworking-plugins builder & base images to be consistent with ART
  • Loading branch information
jupierce committed Oct 1, 2020
2 parents d2bd189 + 618afd9 commit ca372de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN ./build_linux.sh && \
cd /usr/src/plugins/bin
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 . /usr/src/plugins
WORKDIR /usr/src/plugins
ENV CGO_ENABLED=0
Expand Down

0 comments on commit ca372de

Please sign in to comment.