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 b362a7c + dd6149a commit 5e650c4Copy full SHA for 5e650c4
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 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/ocp/builder:rhel-8-base-openshift-4.6
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
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