This message was deleted.
# typescript
s
This message was deleted.
c
Hope it’s not a red hering - but do you capture the ARGs in the dockerfile? e.g.:
Copy code
ARG TEST_PARAM_PULUMI
RUN echo $TEST_PARAM_PULUMI
test_env_settings
This looks to me like you’re trying to have different env vars for each deployment environment. We switch these using different stacks - Pulumi.<stack-name>.yaml and set different values depending on that. HTH
o
Thanks Armin. That was the syntactic sugar I was missing. Is there a shorter route to routing Pulumi Config variables to Docker Build? Config=>config.get()=>ARGS=>access seems a bit long winded and requiring name consistency across multiple code fragments.
🙌 1
b
unfortunately not, this is the only way 😞
o
OK, Thx. Onward, building the links that hold civilisation together!⛓️
💪 1