You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/25 08:38:28 UTC

[GitHub] [airflow] potiuk commented on issue #9003: "COPY ${AIRFLOW_SOURCES_FROM} ${AIRFLOW_SOURCES_TO}" failed on local build

potiuk commented on issue #9003:
URL: https://github.com/apache/airflow/issues/9003#issuecomment-633453790


   Yes. It's possible to build it from the sources. Apparently you only copied Dockerfile but not the entrypoint.sh which is needed as well. It's even written in the instructions [IMAGES.rst](https://github.com/apache/airflow/blob/master/IMAGES.rst) :
   
   > This builds production image in version 3.6 with default extras from the local sources
   
   You can build the image without entrypoint.sh present locally - but then it will need to be downloaded from the selected TAG in github. T


----------------------------------------------------------------
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:
users@infra.apache.org