Skip to content

Commit 489fbea

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

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-8-release-golang-1.20-openshift-4.14

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-8-golang-1.20-openshift-4.14 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.14:base
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)