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# #################################################
22#
33# go backend build
4- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS gobuilder
4+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS gobuilder
55RUN mkdir -p /go/src/github.com/openshift/console/
66ADD . /go/src/github.com/openshift/console/
77WORKDIR /go/src/github.com/openshift/console/
@@ -11,7 +11,7 @@ RUN ./build-backend.sh
1111# #################################################
1212#
1313# nodejs frontend build
14- FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.20 AS nodebuilder
14+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.21 AS nodebuilder
1515
1616ADD . .
1717
@@ -51,7 +51,7 @@ RUN container-entrypoint ./build-frontend.sh
5151# #################################################
5252#
5353# actual base image for final product
54- FROM registry.ci.openshift.org/ocp/4.20 :base-rhel9
54+ FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9
5555RUN mkdir -p /opt/bridge/bin
5656COPY --from=gobuilder /go/src/github.com/openshift/console/bin/bridge /opt/bridge/bin
5757COPY --from=nodebuilder /opt/app-root/src/frontend/public/dist /opt/bridge/static
You can’t perform that action at this time.
0 commit comments