Régis Behmo
|
7972a75915
|
feat: leverage RUN --mount for faster image building
We make use of the Docker build cache to install python and nodejs
requirements faster in the case of repeated builds.
This feature is only possible for users of BuildKit, so we detect
whether `docker buildx` is available at runtime.
We do not make use of `COPY --link` because the `--link` option is
incompatible with `--chown=app:app`:
https://github.com/docker/buildx/issues/1408
For reference, see:
https://www.docker.com/blog/dockerfiles-now-support-multiple-build-contexts/
https://docs.docker.com/engine/reference/commandline/buildx_build/#build-context
|
2023-06-14 21:08:49 +02:00 |
|