Hiranmaya Gundu
Hiranmaya Gundu
I'm not entirely sure if this is the correct fix -- just that it fixed my issue when I ran a test. I'm having difficulty running the entire suite locally....
@javierlopezdeancos we could, but it would have to be a private docker hub image that the project has access to (and presumably one that i personally don't have access to)
@javierlopezdeancos @cristianrgreco wanted to bump this for review 🙏🏽
Thank you @cristianrgreco! Appreciate it 😄
@cristianrgreco This issue only occured for me when I tried to build an image, so when doing ```js const container = await GenericContainer.fromDockerfile("./dockerfile").build(); ``` where the docker file is ```...
> When you run: docker-credential-gcloud list Could you confirm that any of the keys in the response matches the gcr registry from which you're trying to pull the image? A...
Yeah, I can push the changes later today!
@cristianrgreco made the changes!
I just ran into this. Best I can tell, this is because in the `package.json`, the types point to the ESM types, and so typescript thinks its importing esm instead...