From 2d9327867f59fcddfbb635f135adbb46e42f5eef Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Wed, 23 Aug 2023 19:14:10 +0000 Subject: [PATCH] feat: add external image definitions --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 361e433ca..2813bfea5 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" -- GitLab