@@ -77,7 +77,7 @@ display_help() {
77
77
echo " To specify multiple bind paths, separate by comma."
78
78
echo " Example: '/src:/dest:ro,/src2:/dest2:rw'"
79
79
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 ]"
81
81
echo " -f | --fakeroot - run the container with --fakeroot [default: false]"
82
82
echo " -g | --storage DIR - directory space on host machine (used for"
83
83
echo " temporary data) [default: 1. TMPDIR, 2. /tmp]"
@@ -92,7 +92,7 @@ display_help() {
92
92
echo " attach a GPU, MODE==all for both [default: false]"
93
93
echo " -o | --overlay-tool ARG - tool to use to create (read-only or writable) overlay;"
94
94
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 ]"
96
96
echo " -p | --pass-through ARG - argument to pass through to the launch of the"
97
97
echo " container; can be given multiple times [default: not set]"
98
98
echo " -r | --repository CFG - configuration file or identifier defining the"
@@ -125,14 +125,14 @@ display_help() {
125
125
126
126
# set defaults for command line arguments
127
127
ACCESS=" ro"
128
- CONTAINER=" docker://ghcr.io/eessi/build-node:debian11 "
128
+ CONTAINER=" docker://ghcr.io/eessi/build-node:debian12 "
129
129
# DRY_RUN=0
130
130
FAKEROOT=0
131
131
VERBOSE=0
132
132
STORAGE=
133
133
LIST_REPOS=0
134
134
MODE=" shell"
135
- OVERLAY_TOOL=" fuse-overlayfs "
135
+ OVERLAY_TOOL=" unionfs "
136
136
PASS_THROUGH=()
137
137
SETUP_NVIDIA=0
138
138
REPOSITORIES=()
0 commit comments