Please update dockerfiles used to create Python intepreter or package spk in the Service for Python installer.
The builtin docker images for running Python on Linux has switched to Debian 12 since v1.19, but these dockerfiles are still based on almalinux:8.7.
Python interpreter or package spk created with these dockerfiles (almalinux:8.7) may or may not work with the builtin docker images (debian 12).
Hi,
What do you mean by "The builtin docker images for running Python on Linux has switched to Debian 12 since v1.19, but these dockerfiles are still based on almalinux:8.7." ?
As from the Python service documentation, https://docs.tibco.com/pub/sf-pysrv/latest/doc/html/TIB_sf-pysrv_install/_shared/install/topics/containerized_service.html, all the examples are using debian:12-slim as base image.
Thanks