square-rose-64819
04/08/2020, 9:34 PMgentle-diamond-70147
04/08/2020, 11:13 PMpulumi.docker.Provider()
with registryAuth
) and pass that to your new docker.RemoteImage(...,{},{provider: gcrDockerProvider})
.registryAuth
filled out like in your Terraform link should provide the necessary authentication for the Docker provider/daemon to connect to GCR correctly.pulumi up
this, but not sure if this is the full use case you're trying.square-rose-64819
04/09/2020, 12:35 AMdocker.getRegistryImage
gentle-diamond-70147
04/09/2020, 1:20 AMInvokeOptions
takes a provider
.square-rose-64819
04/09/2020, 1:28 AMSynchronous call made to "docker:index/getRegistryImage:getRegistryImage" with an unregistered provider. This is now deprecated and may cause the program to hang.
For more details see: <https://www.pulumi.com/docs/troubleshooting/#synchronous-call>