Skip to content

Commit

Permalink
Merge pull request #163 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.18-ose-csi-snapshot-controller

OCPBUGS-41140: Updating ose-csi-snapshot-controller-container image to be consistent with ART for 4.18
  • Loading branch information
openshift-merge-bot[bot] authored Sep 9, 2024
2 parents 78ea1b0 + ae2aa54 commit 672a0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.snapshot-controller.openshift.rhel7
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
COPY . .
RUN make build

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

0 comments on commit 672a0d5

Please sign in to comment.