-
Notifications
You must be signed in to change notification settings - Fork 196
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
[Bug] docker compose up -d error on building failed to calculate checksum #891
Comments
Which commit are you building from? I noticed some of the tags used in the documentation for git clone, etc., are from old releases of Ballista and need updated. You can run:
|
Thx for helping @ehenry2
|
Thanks, yeah looks like the latest commit. I tried to replicate by cloning the repo and running docker compose but wasn't able to replicate the issue unfortunately. That error looks familiar when docker is expecting files in a particular location but there is none there. Perhaps the builder image has been cached? I'd suggest trying:
then trying running docker-compose up again |
I have not been able to reproduce this issue, so I will close this. Feel free to re-open if this is still an issue for anyone. |
ok @andygrove, may be someone else have the same. Will try to fix it but a bit later. fresh log the same:
|
Unfortunately, I am having the same error:
Windows 11 WSL 2 |
Describe the bug
There is an error when making
docker-compose up -d
such as:
To Reproduce
git clone ...
docker-compose up -d
Expected behavior
docker build successfully
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: