Skip to content
Snippets Groups Projects
Commit a1172686 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 8f364b5d
Branches
Tags
No related merge requests found
Pipeline #88828 failed
...@@ -44,7 +44,7 @@ x-airflow-common: ...@@ -44,7 +44,7 @@ x-airflow-common:
# In order to add custom dependencies or upgrade provider packages you can use your extended image. # 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 # 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. # 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: . # build: .
environment: environment:
&airflow-common-env &airflow-common-env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment