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 .NET examples to use Docker v4 #1594

Open scottslowe opened 4 months ago

scottslowe commented 4 months ago

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

All .NET-based Pulumi programs (typically just C#) that use the Docker provider need to be updated to use v4 of the Docker provider. This typically involves editing the *.csproj file to use the updated provider version.