This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 610
Can not build from scratch #49
Labels
Comments
Even if not building from scratch the resulting image does not match the one on Docker Hub. It would be nice if they did all match. It would make it possible for me to contribute code. |
Sorry to hear that you're having troubles with the build, @steveww Just a couple of checks here:
I just tried building it here and it went smoothly. |
I also have a build problem, using docker-compose build as well as simply build the Dockerfile inside the /docker/user folder I get this error while retrieving the dependencies:
I really don't know what to do, I've also tried to insert:
inside the Dockerfile but with no success. EDIT: @mongrelion edited formatting |
I'm unassigning this issue from me since I haven't been working on this project for a few years now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Force complete rebuild
rm glide.lock
docker-compose build
vendor/github.com/weaveworks/common/user/grpc.go:11: undefined: metadata.FromContext
vendor/github.com/weaveworks/common/user/grpc.go:31: undefined: metadata.FromContext
vendor/github.com/weaveworks/common/user/grpc.go:47: undefined: metadata.NewContext
Looks like a problem with your common library.
The text was updated successfully, but these errors were encountered: