Skip to content

Commit 766f606

Browse files
Merge pull request kubernetes-csi#91 from openshift-bot/art-consistency-openshift-4.14-csi-snapshot-validation-webhook
Updating csi-snapshot-validation-webhook images to be consistent with ART
2 parents da9a820 + 07ec09b commit 766f606

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-8-golang-1.19-openshift-4.13 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 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.13:base
6+
FROM registry.ci.openshift.org/ocp/4.14:base
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)