Skip to content
Snippets Groups Projects

feat: use official singularity image

Merged Wouter Deconinck requested to merge use-external-singularity-image into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
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:
Loading