We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26061cb commit c9f5097Copy full SHA for c9f5097
examples/experimental/apptainer.yaml
@@ -27,7 +27,11 @@ provision:
27
#!/bin/bash
28
set -eux -o pipefail
29
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
+ 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
35
probes:
36
- script: |
37
0 commit comments