We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Its missing the GO15VENDOREXPERIMENT=1 which is set in backend/Dockerfile
GO15VENDOREXPERIMENT=1
backend/Dockerfile
ewq:~/weave/src/github.com/weaveworks/scope(master *$=)$ make SUDO= BUILD_IN_CONTAINER=0 time go build -i -ldflags "-extldflags \"-static\" -X main.version=ed56261" -tags netgo -o prog/scope ./prog # k8s.io/kubernetes/pkg/util/parsers ../../../k8s.io/kubernetes/pkg/util/parsers/parsers.go:30: undefined: parsers.ParseRepositoryTag # github.com/weaveworks/scope/probe/docker probe/docker/registry.go:69: undefined: docker.CloseWaiter probe/docker/registry.go:71: undefined: docker.CloseWaiter probe/docker/registry.go:75: cannot use *docker.Client as type Client in return argument: *docker.Client does not implement Client (missing AttachToContainerNonBlocking method) real 0m2.040s user 0m3.686s sys 0m0.602s make: *** [prog/scope] Error 2
The text was updated successfully, but these errors were encountered:
foot
No branches or pull requests
Its missing the
GO15VENDOREXPERIMENT=1
which is set inbackend/Dockerfile
The text was updated successfully, but these errors were encountered: