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 5719521 commit ebf63e1Copy full SHA for ebf63e1
examples/experimental/apptainer.yaml
@@ -27,7 +27,7 @@ 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.2/apptainer-1.0.2-1.x86_64.rpm
+ dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.0.3/apptainer-1.0.3-1.x86_64.rpm
31
probes:
32
- script: |
33
0 commit comments