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 Python examples to use Docker v4 #1592

Open scottslowe opened 4 months ago

scottslowe commented 4 months ago

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

All Python-based Pulumi programs that use the Docker provider need to be updated to use v4 of the Docker provider. This typically involves editing requirements.txt to use the updated provider version.