potiuk commented on a change in pull request #20664:
URL: https://github.com/apache/airflow/pull/20664#discussion_r781168020
##########
File path: Dockerfile
##########
@@ -166,10 +166,18 @@ ARG INSTALL_PROVIDERS_FROM_SOURCES="false"
# But it also can be `.` from local installation or GitHub URL pointing to
specific branch or tag
Review comment:
> Should we add information about frontend?
Good idea:
> To use the external frontend, the first line of your Dockerfile needs to
be # syntax=docker/dockerfile:1.3 pointing to the specific image you want to
use.
> BuildKit also ships with Dockerfile frontend builtin but it is recommended
to use an external image to make sure that all users use the same version on
the builder and to pick up bugfixes automatically without waiting for a new
version of BuildKit or Docker engine.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]