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

feat: use official docker image

parent d4f7c42c
No related branches found
No related tags found
1 merge request!706feat: use official docker image
...@@ -2,9 +2,7 @@ image: alpine ...@@ -2,9 +2,7 @@ image: alpine
variables: variables:
## External images ## External images
# FIXME: DOCKER_IMAGE: docker.io/docker:24.0.5
#DOCKER_IMAGE: docker.io/docker:24.0.5
DOCKER_IMAGE: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.4 SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.4
## Application versions used for the main release ## Application versions used for the main release
...@@ -133,6 +131,8 @@ version: ...@@ -133,6 +131,8 @@ version:
## base job settings for all docker interactions ## base job settings for all docker interactions
.docker: .docker:
image: ${DOCKER_IMAGE} image: ${DOCKER_IMAGE}
services:
- docker:dind
before_script: before_script:
- # Login to registries - # Login to registries
if [[ -n "${EXPORT_TAG}" ]] ; then if [[ -n "${EXPORT_TAG}" ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment