svivier-orange commented on a change in pull request #6501: [AIRFLOW-5831] Prod
image support. Depends on [AIRFLOW-5704] [AIRFLOW-5842] [AIRFLOW-5828]
URL: https://github.com/apache/airflow/pull/6501#discussion_r345594636
##########
File path: Dockerfile
##########
@@ -141,7 +151,8 @@ RUN mkdir -pv /usr/share/man/man1 \
vim \
&& apt-get autoremove -yqq --purge \
&& apt-get clean \
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/* \
+ ;
ENV HADOOP_DISTRO="cdh" HADOOP_MAJOR="5" HADOOP_DISTRO_VERSION="5.11.0"
HADOOP_VERSION="2.6.0" \
Review comment:
Why those aren't in an .env file and passed as ARG?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services