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 Node examples to use Docker v4 #1591

Closed
Tracked by #1438
scottslowe opened this issue Feb 15, 2024 · 1 comment
Closed
Tracked by #1438

Update all Node examples to use Docker v4 #1591

scottslowe opened this issue Feb 15, 2024 · 1 comment
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 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.

@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 self-assigned this Jan 9, 2025
@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 of the package.json files, and it looks like renovate has fixed all of these.

grep -lir @pulumi/docker **/package.json | xargs grep @pulumi/docker | grep -v docker-build
aws-js-langserve/package.json:        "@pulumi/docker": "4.5.8"
aws-ts-hello-fargate/package.json:        "@pulumi/docker": "4.5.8",
aws-ts-langserve/package.json:          "@pulumi/docker": "4.5.8"
aws-ts-localai-flowise/package.json:    "@pulumi/docker": "4.5.8",
azure-ts-appservice-docker/package.json:        "@pulumi/docker": "4.5.8",
azure-ts-containerapps/package.json:        "@pulumi/docker": "4.5.8",
classic-azure-ts-aks-keda/package.json:        "@pulumi/docker": "4.5.8",
classic-azure-ts-cosmosapp-component/package.json:        "@pulumi/docker": "4.5.8",
docker-ts-multi-container-app/package.json:        "@pulumi/docker": "4.5.8",
gcp-ts-cloudrun/package.json:        "@pulumi/docker": "4.5.8",

@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

2 participants