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 900a6fb + 099e668 commit 78ea1b0Copy full SHA for 78ea1b0
Dockerfile.webhook.openshift.rhel7
@@ -1,8 +1,8 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 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.17:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
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