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
use of internal package not allowed
Trying to run docker compose build within the linkerd-tcp example results in:
docker compose build
linkerd-tcp
=> ERROR [web0 builder 3/5] RUN go get -d -v github.com/go-redis/redis 6.1s => [web3 internal] load build context 0.2s => => transferring context: 28B 0.0s => [web8 internal] load build context 0.2s => => transferring context: 28B 0.0s => [web9 internal] load build context 0.2s => => transferring context: 28B 0.0s => [web2 internal] load build context 0.2s => => transferring context: 28B 0.0s => [web1 internal] load build context 0.2s => => transferring context: 28B 0.0s => [web7 internal] load build context 0.1s => => transferring context: 28B 0.0s ------ > [web0 builder 3/5] RUN go get -d -v github.com/go-redis/redis: 0.349 github.com/go-redis/redis (download) 2.652 github.com/cespare/xxhash (download) 3.535 github.com/dgryski/go-rendezvous (download) 4.199 github.com/redis/go-redis (download) 6.044 ../../../go-redis/redis/cluster.go:17:2: use of internal package not allowed 6.044 ../../../go-redis/redis/cluster.go:18:2: use of internal package not allowed 6.044 ../../../go-redis/redis/command.go:12:2: use of internal package not allowed 6.044 ../../../go-redis/redis/cluster.go:19:2: use of internal package not allowed 6.044 ../../../go-redis/redis/cluster.go:20:2: use of internal package not allowed 6.044 ../../../go-redis/redis/cluster.go:21:2: use of internal package not allowed 6.044 ../../../go-redis/redis/command.go:14:2: use of internal package not allowed ------ failed to solve: process "/bin/sh -c go get -d -v github.com/go-redis/redis" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to run
docker compose build
within thelinkerd-tcp
example results in:The text was updated successfully, but these errors were encountered: