Whaler
Whaler copied to clipboard
Getting no basic auth credentials for image in AWS ECR repository
Is there support for private image repositories?
Ah nevermind. Not worth the trouble - I'll just deal with the login locally and docker pull
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.