@@ -77,7 +77,7 @@ display_help() {
7777 echo " To specify multiple bind paths, separate by comma."
7878 echo " Example: '/src:/dest:ro,/src2:/dest2:rw'"
7979 echo " -c | --container IMG - image file or URL defining the container to use"
80- echo " [default: docker://ghcr.io/eessi/build-node:debian11 ]"
80+ echo " [default: docker://ghcr.io/eessi/build-node:debian12 ]"
8181 echo " -f | --fakeroot - run the container with --fakeroot [default: false]"
8282 echo " -g | --storage DIR - directory space on host machine (used for"
8383 echo " temporary data) [default: 1. TMPDIR, 2. /tmp]"
@@ -92,7 +92,7 @@ display_help() {
9292 echo " attach a GPU, MODE==all for both [default: false]"
9393 echo " -o | --overlay-tool ARG - tool to use to create (read-only or writable) overlay;"
9494 echo " selected tool *must* be available in container image being used;"
95- echo " can be 'fuse-overlayfs' or 'unionfs' [default: fuse-overlayfs ]"
95+ echo " can be 'fuse-overlayfs' or 'unionfs' [default: unionfs ]"
9696 echo " -p | --pass-through ARG - argument to pass through to the launch of the"
9797 echo " container; can be given multiple times [default: not set]"
9898 echo " -r | --repository CFG - configuration file or identifier defining the"
@@ -125,14 +125,14 @@ display_help() {
125125
126126# set defaults for command line arguments
127127ACCESS=" ro"
128- CONTAINER=" docker://ghcr.io/eessi/build-node:debian11 "
128+ CONTAINER=" docker://ghcr.io/eessi/build-node:debian12 "
129129# DRY_RUN=0
130130FAKEROOT=0
131131VERBOSE=0
132132STORAGE=
133133LIST_REPOS=0
134134MODE=" shell"
135- OVERLAY_TOOL=" fuse-overlayfs "
135+ OVERLAY_TOOL=" unionfs "
136136PASS_THROUGH=()
137137SETUP_NVIDIA=0
138138REPOSITORIES=()
0 commit comments