binkley / modern-java-practices

Modern Java/JVM Build Practices
Other
943 stars 69 forks source link

Earthly 0.8 complains about Darwin (Mac) while running under Ubuntu #551

Closed binkley closed 1 month ago

binkley commented 3 months ago

See https://github.com/earthly/earthly/issues/4220#issuecomment-2258202661 for workaround: set in the environment EARTHLY_DISABLE_REMOTE_REGISTRY_PROXY=true before running Earthly.


See this issue with Earthly: https://github.com/earthly/earthly/issues/4220. This issue leads to a long delay when Earthly starts without any output so users may be tricked into thinking it is stuck, and overall slows down local developers using a container to build/test their code.

We may want to use a workaround. There may be a config setting for Earthly to skip checking for Darwin's (Mac's) proxy server: https://github.com/earthly/earthly/blob/3a02c48b3a775780daef4dc186cd4c42d7e44581/config/config.go#L27