pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.33k stars 873 forks source link

Update all Node examples to use Docker v4 #1591

Open scottslowe opened 4 months ago

scottslowe commented 4 months ago

This is part of https://github.com/pulumi/examples/issues/1438.

All Node-based Pulumi programs (JavaScript and TypeScript) that use the Docker provider need to be updated to use v4 of the Docker provider. This typically involves editing package.json and/or package-lock.json to use the updated provider version.