We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775e0af commit 1b5fdb3Copy full SHA for 1b5fdb3
Dockerfile.arm64
@@ -23,6 +23,10 @@ WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
23
ADD . .
24
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION make gce-pd-driver
25
26
+# MAD HACKS: Build a version first so we can take the scsi_id bin and put it somewhere else in our real build
27
+FROM k8s.gcr.io/build-image/debian-base:buster-v1.9.0 as mad-hack
28
+RUN clean-install udev
29
+
30
# Start from Kubernetes Debian base
31
# A distroless base is not used because it cannot be tested for ARM until GCE has ARM hardware
32
FROM k8s.gcr.io/build-image/debian-base:buster-v1.9.0
0 commit comments