This adjusts the build process to use buildx (which may or may not be the best approach for parallel builds) AND adjusts some of the --cache-from/--cache-to flags so the pre-pulled caches should actually work (historically, enabling buildkit would miss cache and build from scratch most of the time)
This adjusts the build process to use
buildx
(which may or may not be the best approach for parallel builds) AND adjusts some of the--cache-from
/--cache-to
flags so the pre-pulled caches should actually work (historically, enabling buildkit would miss cache and build from scratch most of the time)https://docs.docker.com/build/cache/backends/
Fixes #36