Skip to content

Commit 1e20757

Browse files
Merge pull request #146 from openshift-bot/art-consistency-openshift-4.16-ose-containernetworking-plugins
OCPBUGS-24810: Updating ose-containernetworking-plugins-container image to be consistent with ART
2 parents 408c148 + e59c216 commit 1e20757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# This dockerfile is specific to building Multus for OpenShift
2-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS rhel9
2+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS rhel9
33
ADD . /usr/src/plugins
44
WORKDIR /usr/src/plugins
55
ENV CGO_ENABLED=0
66
RUN ./build_linux.sh && \
77
cd /usr/src/plugins/bin
88
WORKDIR /
99

10-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS rhel8
10+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS rhel8
1111
ADD . /usr/src/plugins
1212
WORKDIR /usr/src/plugins
1313
ENV CGO_ENABLED=0
1414
RUN ./build_linux.sh && \
1515
cd /usr/src/plugins/bin
1616
WORKDIR /
1717

18-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16 AS windows
18+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS windows
1919
ADD . /usr/src/plugins
2020
WORKDIR /usr/src/plugins
2121
ENV CGO_ENABLED=0

0 commit comments

Comments
 (0)