Skip to content

Commit c0732f5

Browse files
committed
UPSTREAM: <carry>: OpenShift files
1 parent 022d407 commit c0732f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: golang-1.17
4+
tag: rhel-8-release-golang-1.20-openshift-4.15

Dockerfile.openshift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
22
WORKDIR /go/src/github.com/openshift/ibm-vpc-block-csi-driver
33
COPY . .
44
RUN make build
55

6-
FROM registry.ci.openshift.org/ocp/4.10:base
6+
FROM registry.ci.openshift.org/ocp/4.15:base
77
COPY --from=builder /go/bin/ibm-vpc-block-csi-driver /bin/ibm-vpc-block-csi-driver
8-
RUN yum install -y util-linux nfs-utils e2fsprogs xfsprogs ca-certificates && yum clean all && rm -rf /var/cache/yum
8+
RUN yum install -y util-linux nfs-utils e2fsprogs xfsprogs ca-certificates udev && yum clean all && rm -rf /var/cache/yum
99

1010
LABEL description="IBM VPC Block CSI Driver"
1111

0 commit comments

Comments
 (0)