Do you know if the <pulumi docker containers> hono...
# general
i
Do you know if the pulumi docker containers honor the
PULUMI_BACKEND_URL
env var? I've tried passing it when running a container (nodeJS in my case) like so
podman run -e PULUMI_BACKEND_URL=<backend-url> <container-id> preview
but getting the below error:
Copy code
error: read ".pulumi/meta.yaml": blob (key ".pulumi/meta.yaml") (code=Unknown): MissingRegion: could not find region configuration
Which has been reported in a couple of GitHub issues as a backend not initialised kind of error.