potiuk edited a comment on issue #8234: Docker image build include now releses 1.10.10 version URL: https://github.com/apache/airflow/pull/8234#issuecomment-611951502 @kaxil @feluelle @ashb @dimberman -> this is a change in the image that includes released 1.10.10 version. I included few simplifications: - during the build it is auto-detected if yarn packages need to be build (depends on presence of package.json in either www or www_rbac dir). It will build as needed - so if we install from pip, it will not be built at all and if it is installed from GitHub reference or sources it will build the packages. Thanks to that I removed the misleading "AIRFLOW_WWW" arg. - I replaced AIRFLOW_SOURCES_FROM/AIRFLOW_SOURCES_TO to use entrypoint.sh for building from remote location. This will help @dimberman (and in the future) to iterate with Dockerfile for helm chart. You can re-run now : `./breeze --production-image build-image --install-airflow-version=1.10.10 --use-local-cache ` and as long as you do not touch entrypoint.sh, it will continue using cached build layers without reinstalling Airflow. This is nice for future Development and Adding more things to Dockerfile after installation of Airflow. It also does not copy Dockerfile to inside the image @ashb - it was your comment previously I am using this Commit to build and push 1.10.10 official image (and I will later automate it).
---------------------------------------------------------------- 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
