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
Is there support for private image repositories?
The text was updated successfully, but these errors were encountered:
Ah nevermind. Not worth the trouble - I'll just deal with the login locally and docker pull
Sorry, something went wrong.
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.
No branches or pull requests
Is there support for private image repositories?
The text was updated successfully, but these errors were encountered: