Skip to content

Commit c219a60

Browse files
author
AOS Automation Release Team
committed
1 parent 3f3d7d1 commit c219a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.10 AS builder
2+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder
33
WORKDIR /go/src/github.com/operator-framework/operator-marketplace
44
COPY . .
55
RUN make osbs-build
66

7-
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
7+
FROM registry.ci.openshift.org/ocp/4.8:base
88
RUN useradd marketplace-operator
99
USER marketplace-operator
1010
COPY --from=builder /go/src/github.com/operator-framework/operator-marketplace/build/_output/bin/marketplace-operator /usr/bin

0 commit comments

Comments
 (0)