From 0a15bc5430eecb1f02a031720db0bb330c51e825 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 12 Nov 2025 21:50:58 +0100 Subject: [PATCH] [bitnami/python] Release 3.14.0-debian-12-r17 (#88358) Signed-off-by: Bitnami Bot --- bitnami/python/3.14/debian-12/Dockerfile | 4 +-- bitnami/python/README.md | 32 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/bitnami/python/3.14/debian-12/Dockerfile b/bitnami/python/3.14/debian-12/Dockerfile index 659b7b269629..a5f9372ada45 100644 --- a/bitnami/python/3.14/debian-12/Dockerfile +++ b/bitnami/python/3.14/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-10-29T07:52:44Z" \ + org.opencontainers.image.created="2025-11-12T20:30:39Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/python/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/python" \ @@ -47,7 +47,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \ ENV APP_VERSION="3.14.0" \ BITNAMI_APP_NAME="python" \ - IMAGE_REVISION="16" \ + IMAGE_REVISION="17" \ PATH="/opt/bitnami/python/bin:$PATH" EXPOSE 8000 diff --git a/bitnami/python/README.md b/bitnami/python/README.md index 1a66fd57335b..9a3c4ea44b32 100644 --- a/bitnami/python/README.md +++ b/bitnami/python/README.md @@ -30,6 +30,38 @@ Each image comes with valuable security metadata. You can view the metadata in [ If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy). +## Choosing between the _Standard_ and _Minimal_ image + +This asset is available in two flavors: _Standard_ and _Minimal_; designed to address different use cases and operational needs. + +### Standard images + +The standard images are full-featured, production-ready containers built on top of secure base operating systems. They include: + +- The complete runtime and commonly used system tools. +- A familiar Linux environment (shell, package manager, debugging utilities). +- Full compatibility with most CI/CD pipelines and existing workloads. + +Recommended for: + +- Development and testing environments. +- Workloads requiring package installation or debugging tools. +- Applications that depend on system utilities or shared libraries. + +### Minimal images + +The minimal images are optimized, distroless-style containers derived from a stripped-down base. They only ship what’s strictly necessary to run the application; no shell, package manager, or extra libraries. They provide: + +- Smaller size: Faster pull and startup times. +- Reduced attack surface: Fewer components and potential vulnerabilities. +- Simpler maintenance: Fewer dependencies to patch or update. + +Recommended for: + +- Production environments prioritizing performance and security. +- Regulated or security-sensitive workloads +- Containers built via multi-stage builds (e.g., Golang static binaries). + ## Supported tags and respective `Dockerfile` links Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html).