Skip to content

Commit 14448b2

Browse files
committed
Updating Dockerfile baseimages to mach ocp-build-data config
This PR is autogenerated by the [ocp-build-data-enforcer][1]. It updates the baseimages in the Dockerfile used for promotion in order to ensure it matches the configuration in the [ocp-build-data repository][2] used for producing release artifacts. If you believe the content of this PR is incorrect, please contact the dptp team in #forum-testplatform. [1]: https://github.com/openshift/ci-tools/tree/master/cmd/ocp-build-data-enforcer [2]: https://github.com/openshift/ocp-build-data/tree/openshift-4.6-rhel-8/images
1 parent b0ef640 commit 14448b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
1+
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder
22
WORKDIR /go/src/github.com/openshift/oauth-proxy
33
COPY . .
44
RUN go build .
55

6-
FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
6+
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6
77
COPY --from=builder /go/src/github.com/openshift/oauth-proxy/oauth-proxy /usr/bin/oauth-proxy
88
ENTRYPOINT ["/usr/bin/oauth-proxy"]

0 commit comments

Comments
 (0)