Skip to content

Commit b4cb081

Browse files
authored
Merge pull request #1076 from afbjorklund/apptainer-1.1.0
templates: update apptainer to 1.1.0
2 parents 26061cb + 4fbbaf3 commit b4cb081

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/experimental/apptainer.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ images:
88
- location: "https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
99
arch: "x86_64"
1010
digest: "sha256:7b786a39eeb96e22dd85386377ff186737f6c1b9a5faa105b0a0a7a4895c29d0"
11+
- location: "https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.aarch64.qcow2"
12+
arch: "aarch64"
13+
digest: "sha256:42da3cc0c10677d37e43f862c4a8f3ab3b72bcccc91ce0c0ef9f4100f4b950b4"
1114
mounts:
1215
- location: "~"
1316
- location: "/tmp/lima"
@@ -27,7 +30,10 @@ provision:
2730
#!/bin/bash
2831
set -eux -o pipefail
2932
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
33+
dnf install -y yum-utils epel-release
34+
dnf install -y squashfuse fakeroot
35+
yum-config-manager --disable epel*
36+
dnf install --enablerepo=epel-testing -y apptainer apptainer-suid
3137
probes:
3238
- script: |
3339
#!/bin/bash

0 commit comments

Comments
 (0)