You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/11 23:21:15 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #21522: Prepare to switch to debian bullseye

jedcunningham commented on a change in pull request #21522:
URL: https://github.com/apache/airflow/pull/21522#discussion_r805066143



##########
File path: docs/docker-stack/docker-examples/customizing/github-different-repository.sh
##########
@@ -21,9 +21,12 @@ set -euo pipefail
 AIRFLOW_SOURCES="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../../../" && pwd)"
 cd "${AIRFLOW_SOURCES}"
 # [START build]
+export DEBIAN_VERSION="buster"
+
 docker build . \
     --pull \
-    --build-arg PYTHON_BASE_IMAGE="python:3.8-slim-buster" \
+    --build-arg DEBIAN_VERSION="${DEBIAN_VERSION}" \
+    --build-arg PYTHON_BASE_IMAGE="python:3.8-slim-${DEBIAN_VERSION}" \

Review comment:
       Do we need to even show PYTHON_BASE_IMAGE and DEBIAN_VERSION in these examples?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org