mirror of
https://github.com/moby/moby.git
synced 2026-07-09 08:07:56 +00:00
This speeds up docker build time drastically. It still possible to disable this by setting `DOCKER_INCREMENTAL_BUILD` to `0` (and this is what should be done on the CI). Signed-off-by: Vincent Demeester <vincent@sbr.pm>