File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ provision:
31
31
set -eux -o pipefail
32
32
command -v apptainer >/dev/null 2>&1 && exit 0
33
33
dnf -y install apptainer apptainer-suid
34
+ # See https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
35
+ echo "APPTAINER_TMPDIR=/var/tmp" > /etc/profile.d/apptainer.sh
36
+ echo "export APPTAINER_TMPDIR" >> /etc/profile.d/apptainer.sh
34
37
probes :
35
38
- script : |
36
39
#!/bin/bash
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ provision:
25
25
set -eux -o pipefail
26
26
command -v apptainer >/dev/null 2>&1 && exit 0
27
27
dnf -y install apptainer
28
+ # See https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
29
+ echo "APPTAINER_TMPDIR=/var/tmp" > /etc/profile.d/apptainer.sh
30
+ echo "export APPTAINER_TMPDIR" >> /etc/profile.d/apptainer.sh
28
31
probes :
29
32
- script : |
30
33
#!/bin/bash
You can’t perform that action at this time.
0 commit comments