potiuk commented on a change in pull request #8228: Expose Airflow Webserver
Port in Production Docker Image
URL: https://github.com/apache/airflow/pull/8228#discussion_r406365699
##########
File path: scripts/ci/_utils.sh
##########
@@ -1428,6 +1429,7 @@ function prepare_prod_build() {
"--build-arg"
"CONSTRAINT_REQUIREMENTS=https://raw.githubusercontent.com/apache/airflow/v1-10-test/requirements/requirements-python${PYTHON_MAJOR_MINOR_VERSION}.txt"
# TODO We should uncomment it just before we merge this change
to master/v1_10_test
#"--build-arg"
"ENTRYPOINT_FILE=https://raw.githubusercontent.com/apache/airflow/v1-10-test/entrypoint.sh"
+ "--build-arg"
"AIRFLOW_WEBSERVER_HOST_PORT=${WEBSERVER_HOST_PORT}"
Review comment:
Same here.
----------------------------------------------------------------
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