earthly icon indicating copy to clipboard operation
earthly copied to clipboard

The `EARTHLY_TMP_DIR` is not actually configurable

Open vladaionescu opened this issue 3 years ago • 0 comments

Although the docs say so, the EARTHLY_TMP_DIR is not actually configurable. Not using the default location may result in slow WITH DOCKER performance.

The reason this happens is that the dind path in the buildkit container is hardcoded in Earthly code: https://github.com/earthly/earthly/blob/main/earthfile2llb/withdockerrun.go#L214 (plus one other similar place).

vladaionescu avatar Jul 15 '22 00:07 vladaionescu