Skip to content

Commit

Permalink
Updating openshift-enterprise-console builder & base images to be con…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jan 13, 2021
1 parent 0b9caf9 commit e165886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##################################################
#
# go backend build
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS gobuilder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS gobuilder
RUN mkdir -p /go/src/github.com/openshift/console/
ADD . /go/src/github.com/openshift/console/
WORKDIR /go/src/github.com/openshift/console/
Expand All @@ -11,7 +11,7 @@ RUN ./build-backend.sh
##################################################
#
# nodejs frontend build
FROM registry.svc.ci.openshift.org/ocp/builder:ubi8.nodejs.14 AS nodebuilder
FROM registry.ci.openshift.org/ocp/builder:ubi8.nodejs.14 AS nodebuilder

ADD . .

Expand All @@ -38,7 +38,7 @@ RUN container-entrypoint ./build-frontend.sh
##################################################
#
# actual base image for final product
FROM registry.svc.ci.openshift.org/ocp/4.7:base
FROM registry.ci.openshift.org/ocp/4.7:base
RUN mkdir -p /opt/bridge/bin
COPY --from=gobuilder /go/src/github.com/openshift/console/bin/bridge /opt/bridge/bin
COPY --from=nodebuilder /opt/app-root/src/frontend/public/dist /opt/bridge/static
Expand Down

0 comments on commit e165886

Please sign in to comment.