We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caf33c2 + 5a83ddc commit fd53761Copy full SHA for fd53761
Dockerfile.rhel
@@ -1,10 +1,10 @@
1
-FROM openshift/golang-builder:1.10 AS build
+FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS build
2
3
COPY . /go/src/github.com/square/ghostunnel
4
5
RUN CGO_ENABLED=0 go build -tags nopkcs11 -o /usr/bin/ghostunnel github.com/square/ghostunnel
6
7
-FROM openshift/ose-base:latest
+FROM registry.svc.ci.openshift.org/origin/4.6:base
8
9
COPY --from=build /usr/bin/ghostunnel /usr/bin/ghostunnel
10
0 commit comments