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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]