Skip to content

Commit 0b5ad85

Browse files
author
AOS Automation Release Team
committed
1 parent 48d49f7 commit 0b5ad85

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.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 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.ci.openshift.org/ocp/4.9:base
7+
FROM registry.ci.openshift.org/ocp/4.10: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)