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
If I try and run lstags -P -r <target> 602401143452.dkr.ecr.us-east-1.amazonaws.com/eks/kube-proxy=v1.17.9-eksbuild.1
lstags -P -r <target> 602401143452.dkr.ecr.us-east-1.amazonaws.com/eks/kube-proxy=v1.17.9-eksbuild.1
I get the following error:
INFO[0000] BATCH 1 of 1 INFO[0000] ANALYZE 602401143452.dkr.ecr.us-east-1.amazonaws.com/eks/kube-proxy=v1.17.9-eksbuild.1 FATA[0001] Bad response status: 401 Unauthorized >> https://602401143452.dkr.ecr.us-east-1.amazonaws.com/v2/eks/kube-proxy/tags/list
The documentation says it should "blindly" try and pull the tag but it still seems to be doing a list call unfortunately.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If I try and run
lstags -P -r <target> 602401143452.dkr.ecr.us-east-1.amazonaws.com/eks/kube-proxy=v1.17.9-eksbuild.1
I get the following error:
The documentation says it should "blindly" try and pull the tag but it still seems to be doing a list call unfortunately.
The text was updated successfully, but these errors were encountered: