Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
# general
q
quick-airport-30353
03/08/2022, 10:59 PM
Hi, one more pulumi question for the day. I'm setting up my build environment. does the TypeScript project use nodejs? Do I setup my build scripts to use node? Is there any documentation surrounding this?
l
little-cartoon-10569
03/09/2022, 12:07 AM
Yes, yes, yes 🙂
https://www.pulumi.com/docs/intro/languages/javascript/
q
quick-airport-30353
03/09/2022, 12:16 AM
so if I'm reading this right, I can create a docker image with nodejs with pulumi installed and have that do the pulumi up --yes?
w
witty-candle-66007
03/09/2022, 12:23 AM
Yes, and fwiw, there are some prepackaged docker images. The repo provides descriptions and links to them in docker hub:
https://github.com/pulumi/pulumi-docker-containers
l
little-cartoon-10569
03/09/2022, 12:29 AM
Yes, I work that way. The only thing I've installed is podman. Everything else is in images 🙂
4 Views
Post