We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20bf8e7 + 14448b2 commit 31dfb6eCopy full SHA for 31dfb6e
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder
2
WORKDIR /go/src/github.com/openshift/oauth-proxy
3
COPY . .
4
RUN go build .
5
6
-FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6
7
COPY --from=builder /go/src/github.com/openshift/oauth-proxy/oauth-proxy /usr/bin/oauth-proxy
8
ENTRYPOINT ["/usr/bin/oauth-proxy"]
0 commit comments