We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f0cfa commit cf9d591Copy full SHA for cf9d591
Dockerfile
@@ -25,7 +25,7 @@ RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$
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 ln -s /bin/rm /usr/sbin/rm \
+RUN ln -fs /bin/rm /usr/sbin/rm \
29
&& clean-install udev
30
31
# Start from Kubernetes Debian base
0 commit comments