Skip to content

Commit 7ebb569

Browse files
Merge pull request kubernetes-sigs#9 from openshift-bot/art-consistency-openshift-4.8-ose-gcp-pd-csi-driver
Updating ose-gcp-pd-csi-driver builder & base images to be consistent with ART
2 parents 091f021 + 734c44b commit 7ebb569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.openshift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.svc.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-sigs/gcp-compute-persistent-disk-csi-driver
33
COPY . .
44
# Skip Windows driver build
55
RUN make gce-pd-driver
66

7-
FROM registry.svc.ci.openshift.org/ocp/4.7:base
7+
FROM registry.ci.openshift.org/ocp/4.8:base
88
# Get mkfs & blkid
99
RUN yum update -y && \
1010
yum install --setopt=tsflags=nodocs -y e2fsprogs xfsprogs util-linux systemd-udev && \

0 commit comments

Comments
 (0)