Skip to content
Snippets Groups Projects
Commit 5d277652 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Update the docker-compose to use the custom docker image

parent a1172686
No related branches found
No related tags found
No related merge requests found
Pipeline #88847 passed
......@@ -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
......
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