From 5d277652264b8e85d7e3f94bb2881b91a3a52712 Mon Sep 17 00:00:00 2001 From: Maria Petrova <m.petrova@fz-juelich.de> Date: Wed, 19 Jan 2022 16:42:06 +0100 Subject: [PATCH] Update the docker-compose to use the custom docker image --- dockers/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/docker-compose.yaml b/dockers/docker-compose.yaml index 2f517be..2210b3c 100644 --- a/dockers/docker-compose.yaml +++ b/dockers/docker-compose.yaml @@ -44,7 +44,7 @@ x-airflow-common: # In order to add custom dependencies or upgrade provider packages you can use your extended image. # Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml # and uncomment the "build" line below, Then run `docker-compose build` to build the images. - image: ${AIRFLOW_IMAGE_NAME:-$CI_REGISTRY_IMAGE/eflows-airflow:latest} + image: ${AIRFLOW_IMAGE_NAME:-registry.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service/eflows-airflow} # build: . environment: &airflow-common-env -- GitLab