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.
1 parent b0ef640 commit 14448b2Copy full SHA for 14448b2
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