mik-laj commented on a change in pull request #9162: URL: https://github.com/apache/airflow/pull/9162#discussion_r436516446
########## File path: scripts/ci/docker-compose/base.yml ########## @@ -19,16 +19,10 @@ version: "2.2" services: airflow: image: ${AIRFLOW_IMAGE} - init: true - entrypoint: ["/bin/bash", "-c"] environment: - USER=root - ADDITIONAL_PATH=~/.local/bin - - HADOOP_DISTRO=cdh - - HADOOP_HOME=/opt/hadoop-cdh - - HADOOP_OPTS=-D/opt/krb5.conf - HIVE_HOME=/opt/hive Review comment: ```suggestion ``` I don't see any reference to this directory in Dockerfike.ci. Did I miss something? ---------------------------------------------------------------- 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: us...@infra.apache.org