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 935b410 + a50ba2a commit 5a93140Copy full SHA for 5a93140
Dockerfile.webhook.openshift.rhel7
@@ -1,8 +1,8 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder
2
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
3
COPY . .
4
RUN make build
5
6
-FROM registry.ci.openshift.org/ocp/4.11:base
+FROM registry.ci.openshift.org/ocp/4.12:base
7
COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/snapshot-validation-webhook /usr/bin/
8
ENTRYPOINT ["/usr/bin/snapshot-validation-webhook"]
0 commit comments