Bojanche Stojchevski
Bojanche Stojchevski
> Hello, thanks for the reply. Can you point me to the failing test you are referring to and what should be addressed in more detail? I might have some...
> It also fails on v0.7.0 of the gateway api: > > ``` > go run github.com/pulumi/[email protected] --nodejsPath ./out gateway-api.yaml > panic: fatal: error An assertion has failed: could not...
The issue was because `mysql:5.7` image is not an ARM-compatible image. But there was no useful error message to understand it easily, even with extra logs enabled. Hope this helps...