earthly/earthly
image with an external runner/agentearthly/earthly
Imageearthly
evolves.earthly/earthly
image is Alpine Linux based. To add tools to the image, you can use apk
:musl
, which can create incompatibilities with some software.earthly config
command.earthly/buildkitd
instanceearthly/buildkitd
instance within an image (it's how earthly/earthly
works), the steps and tweaks are beyond the scope of this guide.earthly/buildkitd
daemon over a live Docker socket.earthly config
commands to ensure the container is set up to automatically use the remote daemon. It might look something like this:EARTHLY_TMP_DIR
. If you do not, Buildkit can consume excessive disk space, operate very slowly, or it might not function correctly.EARTHLY_TMP_DIR
as a Docker volume results in the following error:emptyDir
worked.EARTHLY_TMP_DIR
and whether WITH DOCKER
worked well for you.