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
while trying to do a docker build with the go get command
[ 8/10] RUN go get -u github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login: #10 7.321 # github.com/awslabs/amazon-ecr-credential-helper/ecr-login/vendor/github.com/aws/aws-sdk-go-v2/aws #10 7.321 go/src/github.com/awslabs/amazon-ecr-credential-helper/ecr-login/vendor/github.com/aws/aws-sdk-go-v2/aws/retryer.go:81:2: duplicate method GetInitialToken
executor failed running [/bin/sh -c go get -u github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login]: exit code: 2
Is there a way this can be avoided with package order ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while trying to do a docker build with the go get command
executor failed running [/bin/sh -c go get -u github.com/awslabs/amazon-ecr-credential-helper/ecr-login/cli/docker-credential-ecr-login]: exit code: 2
Is there a way this can be avoided with package order ?
The text was updated successfully, but these errors were encountered: