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 e32c051 commit 9be27d7Copy full SHA for 9be27d7
cmd/cloudstack-csi-driver/Dockerfile
@@ -17,7 +17,7 @@ COPY . .
17
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
18
go build -ldflags "${LDFLAGS}" -o cloudstack-csi-driver ./cmd/cloudstack-csi-driver
19
20
-FROM alpine:3.18
+FROM alpine:3.21
21
22
LABEL \
23
org.opencontainers.image.description="CloudStack CSI driver" \
cmd/cloudstack-csi-sc-syncer/Dockerfile
go build -ldflags "${LDFLAGS}" -o cloudstack-csi-sc-syncer ./cmd/cloudstack-csi-sc-syncer
org.opencontainers.image.description="CloudStack disk offering to Kubernetes storage class syncer" \
0 commit comments