From a11726867785279b70369b4895c2552a960e98cc Mon Sep 17 00:00:00 2001 From: Maria Petrova <m.petrova@fz-juelich.de> Date: Wed, 19 Jan 2022 15:52:12 +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 19ab204..2f517be 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:-apache/airflow:2.2.3} + image: ${AIRFLOW_IMAGE_NAME:-$CI_REGISTRY_IMAGE/eflows-airflow:latest} # build: . environment: &airflow-common-env -- GitLab