devcontainers / images

Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers
https://containers.dev
MIT License
1.33k stars 494 forks source link

Add support: Python 3.12-buster #791

Open samruddhikhandale opened 1 year ago

samruddhikhandale commented 1 year ago
          Released 3.12 for `bookworm` and `bullseye`. Looks like https://hub.docker.com/_/python doesn't have `buster`

Opened https://github.com/docker-library/python/issues/870

Originally posted by @samruddhikhandale in https://github.com/devcontainers/images/issues/750#issuecomment-1747642229

samruddhikhandale commented 1 year ago

From https://github.com/docker-library/python/issues/870#issuecomment-1756422518

We generally only create python images for the two most recent releases of the distributions that we build for. So, currently that ends up being Debian Bookworm and Bullseye and Alpine 3.18 and 3.17.

Related: https://github.com/docker-library/python/issues/863

As official python images are not adding support for buster, we would follow the same thing for dev container images.