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 2418fb3 commit 8af771fCopy full SHA for 8af771f
cmd/csi-snapshotter/Dockerfile
@@ -1,6 +1,7 @@
1
ARG BASE_IMAGE
2
+ARG BUILDER_IMAGE
3
-FROM golang:1.21 as builder
4
+FROM $BUILDER_IMAGE as builder
5
WORKDIR /go/src/kubernetes-csi/external-snapshotter
6
ADD . .
7
ENV GOTOOLCHAIN auto
cmd/snapshot-controller/Dockerfile
-FROM registry.ddbuild.io/images/mirror/golang:1.22 as builder
0 commit comments