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 9ea24f3 commit 7b5b436Copy full SHA for 7b5b436
tools/csi-deps-check.sh
@@ -21,6 +21,7 @@ set -o errexit
21
22
# This utils are using by
23
# go mod k8s.io/mount-utils
24
+/bin/sh -c true
25
/bin/mount -V
26
/bin/umount -V
27
/sbin/blkid -V
tools/csi-deps.sh
@@ -62,6 +62,10 @@ else
62
mkdir -p ${DEST}/lib64 && cp -Lv /lib64/ld-linux-*.so.* ${DEST}/lib64/
63
fi
64
65
+# Copy POSIX shell
66
+copy_deps /bin/dash
67
+copy_deps /bin/sh
68
+
69
# To collect dmesg logs
70
copy_deps /usr/bin/dmesg || true
71
copy_deps /bin/dmesg || true
0 commit comments