We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55c1b17 + cdf08ae commit a49415eCopy full SHA for a49415e
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/external-provisioner
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/external-provisioner/bin/csi-provisioner /usr/bin/
8
ENTRYPOINT ["/usr/bin/csi-provisioner"]
0 commit comments