Skip to content

Commit

Permalink
Merge pull request openshift#62 from openshift-bot/art-consistency-op…
Browse files Browse the repository at this point in the history
…enshift-4.14-ose-vmware-vsphere-csi-driver

Updating ose-vmware-vsphere-csi-driver images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Mar 22, 2023
2 parents ec9196f + bd5d427 commit b48d03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder
WORKDIR /go/src/github.com/kubernetes-sigs/vsphere-csi-driver
COPY . .
RUN make build # TODO: build only driver

# Upstream recommends installing these packages: nfs-utils, util-linux and e2fsprogs
FROM registry.ci.openshift.org/ocp/4.13:base
FROM registry.ci.openshift.org/ocp/4.14:base
RUN yum update -y && \
yum install --setopt=tsflags=nodocs -y xfsprogs e2fsprogs util-linux nfs-utils && \
yum clean all && rm -rf /var/cache/yum/*
Expand Down

0 comments on commit b48d03a

Please sign in to comment.