Skip to content
New issue

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

Getting no basic auth credentials for image in AWS ECR repository #13

Open
ismaelc opened this issue Aug 16, 2022 · 2 comments
Open

Getting no basic auth credentials for image in AWS ECR repository #13

ismaelc opened this issue Aug 16, 2022 · 2 comments

Comments

@ismaelc
Copy link

ismaelc commented Aug 16, 2022

Is there support for private image repositories?

@ismaelc
Copy link
Author

ismaelc commented Aug 16, 2022

Ah nevermind. Not worth the trouble - I'll just deal with the login locally and docker pull

@ismaelc ismaelc closed this as completed Aug 16, 2022
@P3GLEG
Copy link
Owner

P3GLEG commented Aug 17, 2022

Hey @ismaelc ,
So when I've had to do this I pull it locally so it exists on the docker host, then you can run the tool.

docker pull $ACCOUNT_ID.dkr.ecr.us-west-2.amazonaws.com/$MY_IMAGE:$TAG
whaler $ACCOUNT_ID.dkr.ecr.us-west-2.amazonaws.com/$MY_IMAGE:$TAG

I will reopen this though because I think it's worth adding and shouldn't be crazy hard to add.

@P3GLEG P3GLEG reopened this Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants