Skip to content

Commit 2c1ac0e

Browse files
author
AOS Automation Release Team
committed
Updating ose-csi-external-snapshotter builder & base images to be consistent with ART
Reconciling with https://github.com/openshift/ocp-build-data/tree/5a1293dd0f380abf50c12d65c36655486d7745d0/images/ose-csi-external-snapshotter.yml
1 parent 2677373 commit 2c1ac0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.openshift

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.15-openshift-4.7 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 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.7:base
6+
FROM registry.ci.openshift.org/ocp/4.8:base
77
COPY --from=builder /go/src/github.com/kubernetes-csi/external-snapshotter/bin/csi-snapshotter /usr/bin/
88
ENTRYPOINT ["/usr/bin/csi-snapshotter"]

0 commit comments

Comments
 (0)