This commit is contained in:
Adam Shamblin 2022-11-06 16:59:31 -07:00
parent f31e8c6a37
commit 35cb8d9315
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
variables:
DOCKER_HOST: /var/run/docker.sock
NO_DOCKER: true
BUILDKIT_HOST: tcp://earthly-buildkit:8372
EARTHLY_EXEC_CMD: "/bin/sh"

View File

@ -13,6 +13,7 @@ check_interval = 0
[runners.docker]
privileged = true
tls_verify = false
network_mode = host
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false