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

latest tag on dockerhub is not the latest version #45

Open
DexterTheDragon opened this issue Jan 27, 2020 · 1 comment
Open

latest tag on dockerhub is not the latest version #45

DexterTheDragon opened this issue Jan 27, 2020 · 1 comment

Comments

@DexterTheDragon
Copy link

I ran into the error Error NoCredentialProviders: no valid providers in chain. Deprecated. when running from docker. This is because the latest tag on dockerhub points to version v0.2.0. Using v0.2.2 explicitly works correctly.

docker run --rm -it -v ~/.aws:/home/.aws tbrock/saw:v0.2.2

Can the latest tag be updated to point to the latest version so that the example from the Readme works as expected?

@bschelberg
Copy link

Please! I spent a couple of days trying to figure out why the Docker image didn't pick up my credentials file... Eventually discovering that it worked if I built the Docker image myself. I came here to ask what the difference could possibly be, and found this issue. Updating the Docker tag is surely a simple thing to do?

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