Skip to content

Commit c9f5097

Browse files
committed
templates: update apptainer to 1.1.0
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 26061cb commit c9f5097

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/experimental/apptainer.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ provision:
2727
#!/bin/bash
2828
set -eux -o pipefail
2929
command -v apptainer >/dev/null 2>&1 && exit 0
30-
dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.0.3/apptainer-1.0.3-1.x86_64.rpm
30+
dnf install -y yum-utils epel-release
31+
dnf install -y squashfuse fakeroot
32+
yum-config-manager --disable epel*
33+
dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.1.0/apptainer-1.1.0-1.x86_64.rpm \
34+
https://github.com/apptainer/apptainer/releases/download/v1.1.0/apptainer-suid-1.1.0-1.x86_64.rpm
3135
probes:
3236
- script: |
3337
#!/bin/bash

0 commit comments

Comments
 (0)