Skip to content

Commit

Permalink
Change Airflow test version to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Bonomi committed Jun 12, 2024
1 parent 9b10260 commit 606820b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
IMAGE_NAME=airflow-code-editor
DEV_IMAGE_NAME=${IMAGE_NAME}-dev
OWNER=andreax79
AIRFLOW_VERSION=2.8.3
DEV_IMAGE_PYTHON_VERSION=3.8
AIRFLOW_VERSION=2.9.1
# Must match the Airflow image Python version
DEV_IMAGE_PYTHON_VERSION=3.12
AIRFLOW_PORT=8080
PLUGIN_VERSION=`cat ../airflow_code_editor/VERSION`
VERSION=${AIRFLOW_VERSION}-${PLUGIN_VERSION}
Expand Down Expand Up @@ -94,6 +95,7 @@ dev-shell: dags
-v ${makeFileDir}/dags:/opt/airflow/dags \
-v ${makeFileDir}/../tests:/opt/airflow/tests \
-v ${makeFileDir}/../airflow_code_editor:${DEV_IMAGE_PACKAGE_DIR} \
-v ${makeFileDir}/../sh.py:/opt/airflow/sh.py \
-p ${AIRFLOW_PORT}:${AIRFLOW_PORT} \
-e AIRFLOW_UID=$$(id -u) \
-e AIRFLOW__CODE_EDITOR__ENABLED="True" \
Expand Down

0 comments on commit 606820b

Please sign in to comment.