Skip to content

Commit 31dfb6e

Browse files
Merge pull request #183 from openshift-bot/updating-dockerfile-baseimages-to-mach-ocp-build-data-config
Bug 1872080: Updating Dockerfile baseimages to mach ocp-build-data config
2 parents 20bf8e7 + 14448b2 commit 31dfb6e

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)