The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
b9387b9fb37ca97886ab7c7b59137de3282281d7 / Jarek Potiuk <[email protected]>
Auto-detect docker context for breeze commands (#32463)

Recently Docker Desktop - particularly on Mac OS disabled creation of
/var/run/docker.sock by default, leaving it only as advanced option,
thus deprecating the "default" context for docker.

So far we recommended to enable the option for Breeze, but this change
allows to autodetect if there is a "desktop-linux" context available
(which uses a user-home-dir socket instead of the global /var/run one)
and if it gets detected, "desktop-linux" context is used.

This is slightly more complicated, because we need to also leave the
``--builder`` available for cases where our auto-detection fails,
so we need to expose the option in all commands that might attempt
to build image automatically, we also need to find and forward the
right socket to inside breeze - as we cannot unconditionally forward
the /var/run/docker.sock.

Alongside the chage "static-checks" command gets the same capability
of rebuilding the CI image automatically.

Report URL: https://github.com/apache/airflow/actions/runs/5501434873

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to