diff --git a/bitnami/golang/1.25/debian-12/Dockerfile b/bitnami/golang/1.25/debian-12/Dockerfile index ca8304c30f0a..f542dbeb201b 100644 --- a/bitnami/golang/1.25/debian-12/Dockerfile +++ b/bitnami/golang/1.25/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-23T18:48:44Z" \ + org.opencontainers.image.created="2025-10-03T18:59:02Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/golang/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/golang" \ @@ -27,7 +27,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=( \ - "golang-1.25.1-0-linux-${OS_ARCH}-debian-12" \ + "golang-1.25.1-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ ENV APP_VERSION="1.25.1" \ BITNAMI_APP_NAME="golang" \ GOCACHE="/go/.cache" \ GOPATH="/go" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ PATH="/go/bin:/opt/bitnami/go/bin:$PATH" WORKDIR $GOPATH diff --git a/bitnami/golang/README.md b/bitnami/golang/README.md index ba35c1d72df0..49dc756e8f92 100644 --- a/bitnami/golang/README.md +++ b/bitnami/golang/README.md @@ -124,6 +124,12 @@ $ docker -it --name golang run \ bash -ec 'cd src/project && go run .' ``` +### FIPS configuration in Bitnami Secure Images + +The Bitnami Golang 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`. + ## Logging The Bitnami Golang Docker image sends the container logs to `stdout`. To view the logs: