On Tue, 26 Apr 2022 at 18:16, Matt Sicker wrote:
>
> Try setting DOCKER_BUILDKIT=1 as an environment variable, then run
> `docker build ...` however you'd normally do. I found a basic overview
> of what buildkit does in this blog post:
> https://www.cloudsavvyit.com/12441/what-is-dockers-buildkit-
Try setting DOCKER_BUILDKIT=1 as an environment variable, then run
`docker build ...` however you'd normally do. I found a basic overview
of what buildkit does in this blog post:
https://www.cloudsavvyit.com/12441/what-is-dockers-buildkit-and-why-does-it-matter/
On Tue, Apr 26, 2022 at 11:22 AM se
On Tue, 26 Apr 2022 at 16:51, Matt Sicker wrote:
>
> One thing to consider for optimizing the Docker build here is the
> buildkit feature:
> https://docs.docker.com/engine/reference/commandline/buildx/ and
> https://docs.docker.com/engine/reference/commandline/builder/
Thanks, but I cannot work o
One thing to consider for optimizing the Docker build here is the
buildkit feature:
https://docs.docker.com/engine/reference/commandline/buildx/ and
https://docs.docker.com/engine/reference/commandline/builder/
There is also buildpacks.io which is related, though I'm not sure if
it's a feature bui
The Docker build currently targets Ubuntu 20.04, which I think is
known as Focal Fossa.
However there is a reference in the build to bionic, which is a
previous release:
echo "deb http://opensource.wandisco.com/ubuntu bionic svn110"
Does that still make sense?
Also I find that there seem to be