Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b45ea9f

Browse files
author
AOS Automation Release Team
committedApr 1, 2021
1 parent 039400d commit b45ea9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎Dockerfile.rhel7

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

2-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 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/ocp/4.6: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)
Please sign in to comment.