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 820657b + 5d3a37f commit 3dad028Copy full SHA for 3dad028
1 file changed
Dockerfile.openshift.rhel7
@@ -1,8 +1,8 @@
1
-FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
2
WORKDIR /go/src/github.com/kubernetes-csi/livenessprobe
3
COPY . .
4
RUN make build
5
6
-FROM registry.svc.ci.openshift.org/ocp/4.7:base
+FROM registry.ci.openshift.org/ocp/4.7:base
7
COPY --from=builder /go/src/github.com/kubernetes-csi/livenessprobe/bin/livenessprobe /usr/bin/
8
ENTRYPOINT ["/usr/bin/livenessprobe"]
0 commit comments