This message was deleted.
# golang
s
This message was deleted.
g
Error message (so you don't have to click the github link):
Copy code
Diagnostics:
  pulumi:pulumi:Stack (trustified-api-dev):
    error: program failed: waiting for RPCs: unexpected unknown property value for "registryServer"
    exit status 1
pulumi version v3.32.1
Workaround: Add
Copy code
Registry:  docker.ImageRegistryArgs{},
to the docker ImageArgs prevents the error. Solution found in this github issue: https://github.com/pulumi/pulumi-docker/issues/308