Open DexterTheDragon opened 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?
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?