Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all Python examples to use Docker v4 #1592

Closed
Tracked by #1438
scottslowe opened this issue Feb 15, 2024 · 2 comments
Closed
Tracked by #1438

Update all Python examples to use Docker v4 #1592

scottslowe opened this issue Feb 15, 2024 · 2 comments
Assignees
Labels
area/examples kind/task Work that's part of an ongoing epic resolution/fixed This issue was fixed size/M Estimated effort to complete (up to 5 days).

Comments

@scottslowe
Copy link
Contributor

This is part of #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.

@scottslowe scottslowe added area/examples size/M Estimated effort to complete (up to 5 days). kind/task Work that's part of an ongoing epic labels Feb 15, 2024
@rshade rshade added the resolution/fixed This issue was fixed label Jan 9, 2025
@rshade
Copy link
Contributor

rshade commented Jan 9, 2025

I looked thru all the projects containing pulumi-docker and this has been completed:

grep -lir pulumi-docker **/requirements.txt | xargs grep pulumi-docker
aws-py-django-voting-app/requirements.txt:pulumi-docker>=4.5.7,<4.6.0
aws-py-langserve/requirements.txt:pulumi-docker==4.5.8
aws-py-voting-app/requirements.txt:pulumi-docker>=4.5.7,<4.6.0
azure-py-appservice-docker/requirements.txt:pulumi-docker>=4.5.7,<4.6.0
azure-py-containerapps/requirements.txt:pulumi-docker>=4.5.7,<4.6.0
docker-py-multi-container-app/requirements.txt:pulumi-docker>=4.5.7,<4.6.0

@rshade rshade closed this as completed Jan 9, 2025
@pulumi-bot
Copy link

Cannot close issue:

  • does not have an assignee

Please fix these problems and try again.

@pulumi-bot pulumi-bot reopened this Jan 9, 2025
@rshade rshade self-assigned this Jan 9, 2025
@rshade rshade closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/examples kind/task Work that's part of an ongoing epic resolution/fixed This issue was fixed size/M Estimated effort to complete (up to 5 days).
Projects
None yet
Development

No branches or pull requests

3 participants