diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41b8f0dc6ad39359047a61f0bcbb4c568d9ebe46..36331999c1aa6d92cda038c97005a73dbaac5939 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,9 +2,7 @@ image: alpine variables: ## External images - # FIXME: - #DOCKER_IMAGE: docker.io/docker:24.0.5 - DOCKER_IMAGE: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest + DOCKER_IMAGE: docker.io/docker:24.0.5 SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.4 ## Application versions used for the main release @@ -133,6 +131,8 @@ version: ## base job settings for all docker interactions .docker: image: ${DOCKER_IMAGE} + services: + - docker:dind before_script: - # Login to registries if [[ -n "${EXPORT_TAG}" ]] ; then