elixir-boilerplate
elixir-boilerplate copied to clipboard
Add docker buildx in CI workflow to improve docker build speed
π Description
https://docs.docker.com/buildx/working-with-buildx
In one of our project, it reduced the Docker build time from 7 minutes to 5 minutes π π¨
π¦ Dispatch
-
#dispatch/elixir
π¦ Requesting reviewers for this pull request:
- @gcauchon (contributor with
1commits in the last 90 days and36commits overall) - @MathieuLegault1 (reviewer for the
elixirstack)
Do we want to make a similar change to the Makefile? This way we could leverage the efficiency gain when building/testing the image locally tooβ¦
This way we could leverage the efficiency gain when building/testing the image locally tooβ¦
Since docker buildx, when installed, replace the docker build command, I think we should leave it to the developer to install such tool