-
Notifications
You must be signed in to change notification settings - Fork 315
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
Error from docker during build #54
Comments
I have encountered/replicated the same issue. Docker Compose version: docker-compose.yml: Command: Error: I have tried the following modifications to the Dockerfile without luck:
Any ideas? UPDATE:
I would not qualify either of these as a solution, but rather a temporary fix. |
So I run into the same problem for etcd and I think thats the only fix now since etcd repos been having issues with repo mirrors looking at this issue thread. So definitely the checksums are not going to match. |
I get the error below when trying to build using docker compose. Any idea how to fix?
verifying github.com/coreos/[email protected]+incompatible: checksum mismatch
downloaded: h1:pAWNwdf7QiT1zfaWyqCtNZQWCLByQyA3JrSQyuYAqnQ=
go.sum: h1:5k8nkcBSvltjOO5RLflnXevOJXndlKIMbvVnMTX+cUU=
Service 'app' failed to build: The command '/bin/sh -c go install github.com/RichardKnop/go-oauth2-server' returned a non-zero code: 1
Failed to deploy 'Compose: docker-compose.yml':
docker-compose
process finished with exit code 1The text was updated successfully, but these errors were encountered: