An error occurred listing credentials
with docker-credential-gcr
#739
Labels
triage
Investigation required
Expected Behaviour
Should work fine :)
Actual Behaviour
Having docker-credential-gcr installed makes it not possible to start testcontainers.
Problem is that running
docker-credential-gcr list
command returns exit code 1, which triggers an error here:testcontainers-node/packages/testcontainers/src/container-runtime/auth/credential-provider.ts
Line 46 in 0488293
This is caused by
list
command being not implemented:Testcontainer Logs
Steps to Reproduce
Environment Information
The text was updated successfully, but these errors were encountered: