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

Publish several PYTHON_VERSION images #144

Closed
LouisAmon opened this issue Jun 27, 2023 · 2 comments
Closed

Publish several PYTHON_VERSION images #144

LouisAmon opened this issue Jun 27, 2023 · 2 comments
Assignees
Labels
area/tooling kind/enhancement Improvements or new features language/python resolution/fixed This issue was fixed

Comments

@LouisAmon
Copy link

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

The current implementation doesn't specify the PYTHON_VERSION (which by default is 3.9) : it's a shame because the argument is there in the Dockerfile, but it's not present in a matrix in the GitHub Actions CI to build & push multiple images according to that argument.

I'm going to try and build my own custom images, but I wanted to raise this issue as it hinders the adoption of Pulumi Deployments.

At my company we mainly use Python 3.11

Affected area/feature

Pulumi Deployments

@LouisAmon LouisAmon added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Jun 27, 2023
@dixler dixler added language/python area/tooling and removed needs-triage Needs attention from the triage team labels Jun 27, 2023
@dixler
Copy link
Contributor

dixler commented Jun 27, 2023

Thanks for letting us know. The feedback is very helpful.

@justinvp
Copy link
Member

justinvp commented Oct 4, 2024

This has now been addressed. For Python, we now have images for 3.9 through 3.12 https://hub.docker.com/u/pulumi?page=1&search=pulumi-python. The default image (without suffix) pulumi/pulumi-python still uses 3.9, but we will start updating this and other languages to track the latest stable version of each language in November. For more details see https://www.pulumi.com/blog/docker-containers.

@justinvp justinvp closed this as completed Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tooling kind/enhancement Improvements or new features language/python resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants