-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WITH DOCKER using compose gives "Project name not found" #3164
Comments
A workaround is to add a
|
Another workaround is to add:
|
a fix has been released under v0.7.15 If you continue to experience difficulties (while using v0.7.15), try pining the dind image to: |
@EamonKeane It’s worked for me,3q |
For anyone revisiting this issue, we ended up pushed a new image to the legacy Users should still use the newer image tags, which allow them to pin to specific OS and docker versions. |
What went wrong?
A previously working use of WITH DOCKER with --compose in our Earthfile has suddenly begun failing in our CI runs with a
project name must not be empty
error:This seems sufficient to reproduce it.
Earthfile
Docker compose file:
What should have happened?
This snippet should not fail with that error. It's been working fine for us for a while now, and suddenly began failing today.
The only thing I can tell might have changed is the new
earthly/dind:alpine
release from today.I have not yet found a workaround.
Other Helpful Information
Earthly version: ➜
earthly version v0.7.6 78d2f5be89c8ada1048ed7130ed319948bf79912 darwin/arm64; macOS 13.2 homebrew
Docker:
Docker version 24.0.2, build cb74dfc
The text was updated successfully, but these errors were encountered: