GoogleContainerTools / distroless

🥑 Language focused docker images, minus the operating system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Python Version Tags

adamzr opened this issue · comments

Python libraries are frequently incompatible with new Python minor versions. For example, many of my projects will break if switched today to Python 3.12 as they use libraries that only support Python 3.11. I would like to use distroless, but I can't have all my projects break on the day that distroless decides to switch from Python 3.11 to Python 3.12 (or the day the Debian updates). Please create tags or separate images for Python 3.8 through Python 3.12 that will always use the latest patched versions of those versions.

Thank you!