From c219a60cfaa1050e2911c4298e4c5228ead6772f Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 29 Sep 2023 16:10:08 +0000 Subject: [PATCH] Updating marketplace-operator images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4b694547a798f9e0f1802d8be83f9f31a7405663/images/marketplace-operator.yml --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f111170a..67defe7ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM registry.svc.ci.openshift.org/openshift/release:golang-1.10 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder WORKDIR /go/src/github.com/operator-framework/operator-marketplace COPY . . RUN make osbs-build -FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base +FROM registry.ci.openshift.org/ocp/4.8:base RUN useradd marketplace-operator USER marketplace-operator COPY --from=builder /go/src/github.com/operator-framework/operator-marketplace/build/_output/bin/marketplace-operator /usr/bin