Skip to content

Commit f4b804a

Browse files
authored
Merge pull request #15542 from openshift-bot/art-consistency-openshift-4.21-openshift-enterprise-console
OCPBUGS-62593: Updating openshift-enterprise-console-container image to be consistent with ART for 4.21
2 parents 0f28bc6 + eac60d6 commit f4b804a

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,7 +1,7 @@
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
55
RUN mkdir -p /go/src/github.com/openshift/console/
66
ADD . /go/src/github.com/openshift/console/
77
WORKDIR /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

1616
ADD . .
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
5555
RUN mkdir -p /opt/bridge/bin
5656
COPY --from=gobuilder /go/src/github.com/openshift/console/bin/bridge /opt/bridge/bin
5757
COPY --from=nodebuilder /opt/app-root/src/frontend/public/dist /opt/bridge/static

0 commit comments

Comments
 (0)