Skip to content

Commit 58170b1

Browse files
AOS Automation Release Teamrhrmo
authored andcommitted
UPSTREAM: <carry>: Updating ose-csi-snapshot-validation-webhook-container image to be consistent with ART for 4.18
Reconciling with https://github.com/openshift/ocp-build-data/tree/827ab4ccce9cbbcf82c9dbaf6398b61d6cff8d7a/images/csi-snapshot-validation-webhook.yml
1 parent d41edb1 commit 58170b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.webhook.openshift.rhel7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
22
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
33
COPY . .
44
RUN make build
55

6-
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
77
COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/snapshot-validation-webhook /usr/bin/
88
ENTRYPOINT ["/usr/bin/snapshot-validation-webhook"]

0 commit comments

Comments
 (0)