Skip to content

Commit

Permalink
Fix singularity 2.6 container build
Browse files Browse the repository at this point in the history
The quay.io images used previously use a deprecated version of the
manifest
See https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1
We switch to a non-deprecated image
  • Loading branch information
HippocampusGirl committed Dec 6, 2024
1 parent 22a286c commit ae9c851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
--rm \
--volume="/var/run/docker.sock:/var/run/docker.sock" \
--volume="$(pwd)/singularity-2:/output" \
quay.io/singularity/docker2singularity:v2.6 \
singularityware/docker2singularity:v2.6 \
--name ${{ steps.metadata.outputs.singularity_name }} \
${{ steps.metadata.outputs.build_tag }}
image_file=$(find singularity-2 -type f | head --lines=1)
Expand Down

0 comments on commit ae9c851

Please sign in to comment.