From 46b34ecd316fa90387be7aebdbbefd901909eb29 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Tue, 22 Aug 2023 23:54:57 +0000 Subject: [PATCH] feat: use official singularity image --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd1bf270c..6183be5ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,10 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest 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 ## note: nightly builds will always use the master/main branch JUGGLER_VERSION: "v10.0.1" @@ -407,6 +411,7 @@ jug_xl:nightly: containers/jug .singularity: + image: ${SINGULARITY_IMAGE} stage: deploy interruptible: true rules: -- GitLab