Skip to content

Commit 53f5a35

Browse files
author
AOS Automation Release Team
committed
Updating marketplace-operator-container image to be consistent with ART for 4.22
Reconciling with https://github.com/openshift/ocp-build-data/tree/37a25cc2e6eec9883ae439d785f89ab3f6cb2f51/images/marketplace-operator.yml
1 parent d48896a commit 53f5a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/operator-framework/operator-marketplace
33
COPY . .
44
RUN make osbs-build
55

6-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal
77
RUN useradd marketplace-operator
88
USER marketplace-operator
99
COPY --from=builder /go/src/github.com/operator-framework/operator-marketplace/build/_output/bin/marketplace-operator /usr/bin

0 commit comments

Comments
 (0)