diff --git a/bitnami/tensorflow/2/debian-12/Dockerfile b/bitnami/tensorflow/2/debian-12/Dockerfile index 6bf681f23104..76e2a216423d 100644 --- a/bitnami/tensorflow/2/debian-12/Dockerfile +++ b/bitnami/tensorflow/2/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-09-07T03:35:37Z" \ + org.opencontainers.image.created="2025-09-27T07:12:38Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/tensorflow/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/tensorflow" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "python-3.12.11-9-linux-${OS_ARCH}-debian-12" \ + "python-3.12.11-10-linux-${OS_ARCH}-debian-12" \ "tensorflow-2.20.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -50,7 +50,7 @@ RUN uninstall_packages curl RUN mkdir /app && chmod g+rwX /app ENV APP_VERSION="2.20.0" \ BITNAMI_APP_NAME="tensorflow" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/python/bin:$PATH" WORKDIR /app diff --git a/bitnami/tensorflow/README.md b/bitnami/tensorflow/README.md index fdbac67de648..e517c4d93dfe 100644 --- a/bitnami/tensorflow/README.md +++ b/bitnami/tensorflow/README.md @@ -101,6 +101,12 @@ docker run -it --name tensorflow -v /path/to/app:/app bitnami/tensorflow \ - [tensorflow documentation](https://tensorflow.orgdocs/) +### FIPS configuration in Bitnami Secure Images + +The Bitnami Tensorflow Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: + +- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. + ## Maintenance ### Upgrade this image