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

feat: use official docker image

parent e2412266
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -131,6 +129,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment