Skip to content

Commit baaf3bf

Browse files
committed
add back in mad-hack
1 parent 775e0af commit baaf3bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.arm64

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
2323
ADD . .
2424
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION make gce-pd-driver
2525

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+
2630
# Start from Kubernetes Debian base
2731
# A distroless base is not used because it cannot be tested for ARM until GCE has ARM hardware
2832
FROM k8s.gcr.io/build-image/debian-base:buster-v1.9.0

0 commit comments

Comments
 (0)