You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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.Can the latest tag be updated to point to the latest version so that the example from the Readme works as expected?
The text was updated successfully, but these errors were encountered: