Skip to content

Commit d8cb17b

Browse files
author
AOS Automation Release Team
committed
Updating ose-ovirt-csi-driver-container image to be consistent with ART for 4.15
Reconciling with https://github.com/openshift/ocp-build-data/tree/f07d7c206f38b01978a45f7df84b7d0ae842c547/images/ose-ovirt-csi-driver.yml
1 parent b8d25ad commit d8cb17b

File tree

3 files changed

+4
-4
lines changed

3 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: rhel-8-release-golang-1.19-openshift-4.13
4+
tag: rhel-9-release-golang-1.20-openshift-4.15

Dockerfile.openshift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder
22
WORKDIR /src/ovirt-csi-driver
33
COPY . .
44
RUN make build
55

6-
FROM registry.ci.openshift.org/ocp/4.13:base
6+
FROM registry.ci.openshift.org/ocp/4.15:base-rhel9
77

88
RUN yum install -y e2fsprogs xfsprogs
99
COPY --from=builder /src/ovirt-csi-driver/bin/ovirt-csi-driver .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ovirt/csi-driver
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/container-storage-interface/spec v1.2.0

0 commit comments

Comments
 (0)