From 2d1c32d06458fe101be9b9d11af800b44c85703f Mon Sep 17 00:00:00 2001 From: Justin Pierce Date: Wed, 7 Oct 2020 12:00:22 -0400 Subject: [PATCH] Updating openshift-enterprise-console builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/ac81dd4ff0bd57c4e75058d25b40615b92948259/images/openshift-enterprise-console.yml --- Dockerfile.product | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.product b/Dockerfile.product index ccdfbc0985a..142b7aa6266 100644 --- a/Dockerfile.product +++ b/Dockerfile.product @@ -1,7 +1,7 @@ ################################################## # # go backend build -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS gobuilder +FROM registry.svc.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/ @@ -39,7 +39,7 @@ RUN container-entrypoint ./build-frontend.sh ################################################## # # actual base image for final product -FROM registry.svc.ci.openshift.org/ocp/4.6:base +FROM registry.svc.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