Skip to content

Commit

Permalink
Merge pull request #86 from openshift-bot/art-consistency-openshift-4…
Browse files Browse the repository at this point in the history
….15-vmware-vsphere-syncer

OCPBUGS-19220: Updating vmware-vsphere-syncer images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Sep 29, 2023
2 parents f0b840b + 1d927a4 commit 594653b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.syncer.openshift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/vsphere-csi-driver
COPY . .
RUN make build # TODO: build only driver

FROM registry.ci.openshift.org/ocp/4.14:base
FROM registry.ci.openshift.org/ocp/4.15:base
COPY --from=builder /go/src/github.com/kubernetes-sigs/vsphere-csi-driver/.build/bin/syncer.linux_amd64 /usr/bin/vmware-vsphere-csi-driver-syncer
ENTRYPOINT ["/usr/bin/vmware-vsphere-csi-driver-syncer"]

0 comments on commit 594653b

Please sign in to comment.