TylerBrock / saw

Fast, multi-purpose tool for AWS CloudWatch Logs
MIT License
1.41k stars 79 forks source link

latest tag on dockerhub is not the latest version #45

Open DexterTheDragon opened 4 years ago

DexterTheDragon commented 4 years ago

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 commented 4 years ago

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?