Skip to content

fix: Mac registry proxy support container fails to start #4308

@pythoninthegrass

Description

@pythoninthegrass

What went wrong?

Running any earthly command against an earthfile raises the error:

registry-proxy | Failed to start registry proxy: failed to start Darwin support container: context deadline exceeded

I'm on macOS 15.1 (24B2083) on the 2024 M4 Max MacBook Pro. Don't use Docker Desktop, run OrbStack instead

Seems related to #3740

What should have happened?

Not sure. Guessing either the error is noise or it should've not appeared?

What earthly version?

earthly version v0.8.15 cb38f72 darwin/arm64; macOS 15.1 homebrew

Buildkit Logs

No response

Other Helpful Information

 registry-proxy | Starting registry proxy on 127.0.0.1:54154
            frontend | Running command: docker ps --format {{.ID}},{{.Names}},{{.Status}},{{.Image}},{{.CreatedAt}}
            frontend | Running command: docker run --publish 127.0.0.1:54155:80/tcp -d --pull missing --name earthly-darwin-proxy-Cij34o alpine/socat:1.7.4.4 tcp-listen:80,fork,reuseaddr tcp:host.docker.internal:54154
             ongoing | ongoing TODO
eat             ongoing | ongoing TODO
            frontend | Running command: docker container inspect earthly-darwin-proxy-Cij34o
            frontend | Running command: docker rm -f earthly-darwin-proxy-Cij34o
      registry-proxy | Failed to start registry proxy: failed to start Darwin support container: context deadline exceeded
              logbus | Setting organization "pythoninthegrass" and project ""

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions