We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b50710 commit 6cd608fCopy full SHA for 6cd608f
Dockerfile
@@ -36,4 +36,7 @@ RUN ln -fs /bin/rm /usr/sbin/rm \
36
&& clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs
37
COPY --from=mad-hack /lib/udev/scsi_id /lib/udev_containerized/scsi_id
38
39
+# The CIS benchmark does not like having the backup passwd file accessible.
40
+RUN rm -f /etc/passwd-
41
+
42
ENTRYPOINT ["/gce-pd-csi-driver"]
0 commit comments