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.
1 parent 5f1517b commit 48a6100Copy full SHA for 48a6100
Dockerfile
@@ -15,7 +15,7 @@
15
# Initialized TARGETPLATFORM with default value
16
ARG TARGETPLATFORM=linux/amd64
17
18
-FROM golang:1.20.6 AS builder
+FROM golang:1.21.6 AS builder
19
ARG TARGETPLATFORM
20
WORKDIR /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver
21
ADD . .
README.md
@@ -9,6 +9,7 @@ The IBM Power Virtual Systems Container Storage Interface (CSI) Driver provides
9
| PowerVS CSI Driver | Kubernetes | CSI | Golang |
10
| ----------------------------- | ----------- | -------- | -------- |
11
| main | 1.29 | 1.9.0 | 1.21 |
12
+| 0.6.0 | 1.29 | 1.9.0 | 1.21 |
13
| 0.5.0 | 1.28 | 1.8.0 | 1.20 |
14
| 0.4.0 | 1.26 | 1.7.0 | 1.19 |
| 0.3.0 | 1.25 | 1.6.0 | 1.19 |
0 commit comments