From 5b2ab22256f7139a1bfba969d01292d7fc3c114d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 26 Sep 2025 12:05:44 +0200 Subject: [PATCH] [bitnami/dotnet-sdk] Release 9.0.305-debian-12-r1 (#86366) Signed-off-by: Bitnami Bot --- bitnami/dotnet-sdk/9/debian-12/Dockerfile | 4 ++-- bitnami/dotnet-sdk/README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bitnami/dotnet-sdk/9/debian-12/Dockerfile b/bitnami/dotnet-sdk/9/debian-12/Dockerfile index 11918857d709..92f57b42a25d 100644 --- a/bitnami/dotnet-sdk/9/debian-12/Dockerfile +++ b/bitnami/dotnet-sdk/9/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-11T07:24:35Z" \ + org.opencontainers.image.created="2025-09-26T09:19:48Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dotnet-sdk/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet-sdk" \ @@ -52,7 +52,7 @@ ENV APP_VERSION="9.0.305" \ BITNAMI_APP_NAME="dotnet-sdk" \ DOTNET_CLI_HOME="/app" \ DOTNET_ROOT="/opt/bitnami/dotnet-sdk/bin" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/dotnet-sdk/bin:$PATH" WORKDIR /app diff --git a/bitnami/dotnet-sdk/README.md b/bitnami/dotnet-sdk/README.md index 45df68b9c7d5..1024136408a9 100644 --- a/bitnami/dotnet-sdk/README.md +++ b/bitnami/dotnet-sdk/README.md @@ -163,6 +163,14 @@ Please be aware this file has not undergone internal testing. Consequently, we a If you detect any issue in the `docker-compose.yaml` file, feel free to report it or contribute with a fix by following our [Contributing Guidelines](https://github.com/bitnami/containers/blob/main/CONTRIBUTING.md). +## Configuration + +### FIPS configuration in Bitnami Secure Images + +The Bitnami .NET SDK 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`. + ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.