E

Buildkit Daemon Start Error

Summary

The user is experiencing an error while trying to start the buildkit daemon as a Docker container, indicating that the required image 'earthly/buildkitd:v0.8.15' cannot be found locally. They are questioning whether this issue is related to a Docker or Docker Hub outage, as it is occurring both locally and in their CI environment.

Status
open
Tags
    Source
    #earthly
      b

      bc.gaza

      9/25/2024
       Init šŸš€
      ————————————————————————————————————————————————————————————————————————————————
      
                 buildkitd | Starting buildkit daemon as a docker container (earthly-buildkitd)...
      Error: build new buildkitd client: maybe start buildkitd: start: could not start buildkit: 1 error occurred:
      	* command failed: docker run --privileged --env BUILDKIT_DEBUG=false --env BUILDKIT_TCP_TRANSPORT_ENABLED=false --env BUILDKIT_TLS_ENABLED=false --env BUILDKIT_MAX_PARALLELISM=20 --label dev.earthly.settingshash=e9fe7910efadcc66 --mount type=volume,source=earthly-cache,dst=/tmp/earthly --publish 127.0.0.1:8371:8371/tcp -d --pull missing --name earthly-buildkitd earthly/buildkitd:v0.8.15: exit status 125: Unable to find image 'earthly/buildkitd:v0.8.15' locally```