We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f1438c + ee10d05 commit e3fb962Copy full SHA for e3fb962
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-8-release-golang-1.19-openshift-4.12
+ tag: rhel-8-release-golang-1.19-openshift-4.13
images/cinder-csi-plugin/Dockerfile
@@ -1,9 +1,9 @@
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13
WORKDIR /go/src/k8s.io/cloud-provider-openstack
COPY . .
RUN go build -o cinder-csi-plugin ./cmd/cinder-csi-plugin
5
6
-FROM registry.ci.openshift.org/ocp/4.12:base
+FROM registry.ci.openshift.org/ocp/4.13:base
7
8
# Get mkfs & blkid
9
RUN yum update -y && \
0 commit comments