orthanc-server / orthanc-builder

Repo used to build osimis/orthanc docker images, windows installers and OSX packages
GNU Affero General Public License v3.0
26 stars 12 forks source link

Support for Python > 3.9? #19

Closed milanmlft closed 4 months ago

milanmlft commented 4 months ago

Hi Orthanc team,

Thanks for the great service! I was wondering whether there are any plans to support Python beyond 3.9 in the Docker images? Or what the reason is to stick to this version?

Thank you!

amazy commented 4 months ago

Hi,

Actually, the python version is driven by the base image - currently Debian bullseye. We should soon update to Debian bookworm and python will be upgraded to 3.11.

milanmlft commented 4 months ago

Great! Thanks for the reply! It might be useful to document this somewhere?

amazy commented 4 months ago

Good idea ! I will include this kind of block in the future Dockerhub readme:

System component                      version
---------------------------------------------
Base Debian image                     12 (bookworm)
Python                                3.11
Lua                                   5.4
amazy commented 4 months ago

Debian 12 based images have now been released: https://github.com/orthanc-server/orthanc-builder/blob/master/release-notes-docker-images.md