File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
33ADD . /usr/src/plugins
44WORKDIR /usr/src/plugins
55ENV CGO_ENABLED=0
66RUN ./build_linux.sh && \
77 cd /usr/src/plugins/bin
88WORKDIR /
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
1111ADD . /usr/src/plugins
1212WORKDIR /usr/src/plugins
1313ENV CGO_ENABLED=0
1414RUN ./build_linux.sh && \
1515 cd /usr/src/plugins/bin
1616WORKDIR /
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
1919ADD . /usr/src/plugins
2020WORKDIR /usr/src/plugins
2121ENV CGO_ENABLED=0
You can’t perform that action at this time.
0 commit comments