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 used for building for OpenShift
2- FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15 -openshift-4.7 AS rhel8
2+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16 -openshift-4.9 AS rhel8
33ADD . /usr/src/route-override
44WORKDIR /usr/src/route-override
55ENV CGO_ENABLED=0
@@ -8,15 +8,15 @@ ENV VERSION=rhel8 COMMIT=unset
88RUN ./build_linux.sh
99WORKDIR /
1010
11- FROM registry.ci.openshift.org/ocp/builder:rhel-7 -golang-1.15 -openshift-4.7 AS rhel7
11+ FROM registry.ci.openshift.org/ocp/builder:rhel-8 -golang-1.16 -openshift-4.9 AS rhel7
1212ADD . /usr/src/route-override
1313WORKDIR /usr/src/route-override
1414ENV CGO_ENABLED=0
1515ENV GO111MODULE=off
1616RUN ./build_linux.sh
1717WORKDIR /
1818
19- FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
19+ FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.9
2020COPY --from=rhel7 /usr/src/route-override/bin/route-override /usr/src/route-override/rhel7/bin/route-override
2121COPY --from=rhel8 /usr/src/route-override/bin/route-override /usr/src/route-override/bin/route-override
2222COPY --from=rhel8 /usr/src/route-override/bin/route-override /usr/src/route-override/rhel8/bin/route-override
You can’t perform that action at this time.
0 commit comments