Skip to Main Content
Spotfire Ideas Portal
Status Needs Info
Product Spotfire
Categories Installation
Created by Guest
Created on Jul 29, 2025

update dockerfiles used to create Python intepreter or package spk in the Service for Python installer

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).



  • Attach files
  • Admin
    Miguel Diez
    Sep 8, 2025

    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