potiuk commented on a change in pull request #21522:
URL: https://github.com/apache/airflow/pull/21522#discussion_r804977181
##########
File path: Dockerfile
##########
@@ -67,10 +68,13 @@ FROM ${PYTHON_BASE_IMAGE} as airflow-build-image
# xtrace - to show commands executed)
SHELL ["/bin/bash", "-o", "pipefail", "-o", "errexit", "-o", "nounset", "-o",
"nolog", "-c"]
+ARG DEBIAN_VERSION
ARG PYTHON_BASE_IMAGE
+
ENV PYTHON_BASE_IMAGE=${PYTHON_BASE_IMAGE} \
DEBIAN_FRONTEND=noninteractive LANGUAGE=C.UTF-8 LANG=C.UTF-8
LC_ALL=C.UTF-8 \
- LC_CTYPE=C.UTF-8 LC_MESSAGES=C.UTF-8
+ LC_CTYPE=C.UTF-8 LC_MESSAGES=C.UTF-8 \
+ DEBIAN_VERSION=${DEBIAN_VERSION}
Review comment:
Actually yeah...
--
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]