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 ff6c525 commit 96f6826Copy full SHA for 96f6826
bot/build.sh
@@ -189,6 +189,10 @@ fi
189
# - /dev is needed to access /dev/fuse
190
COMMON_ARGS+=("--extra-bind-paths" "${software_layer_dir},/dev")
191
192
+# pass through '--contain' to avoid leaking in scripts into the container session
193
+# note, --pass-through can be used multiple times if needed
194
+COMMON_ARGS+=("--pass-through" "--contain")
195
+
196
# make sure to use the same parent dir for storing tarballs of tmp
197
PREVIOUS_TMP_DIR=${PWD}/previous_tmp
198
0 commit comments