Skip to content
Snippets Groups Projects
Commit 46b34ecd authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: use official singularity image

parent 61d28076
No related branches found
No related tags found
1 merge request!701feat: use official singularity image
image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
variables: variables:
## External images
DOCKER_IMAGE: docker.io/docker:24.0.5
SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.4
## Application versions used for the main release ## Application versions used for the main release
## note: nightly builds will always use the master/main branch ## note: nightly builds will always use the master/main branch
JUGGLER_VERSION: "v10.0.1" JUGGLER_VERSION: "v10.0.1"
...@@ -407,6 +411,7 @@ jug_xl:nightly: ...@@ -407,6 +411,7 @@ jug_xl:nightly:
containers/jug containers/jug
.singularity: .singularity:
image: ${SINGULARITY_IMAGE}
stage: deploy stage: deploy
interruptible: true interruptible: true
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment