From df0c64ff1c75f1558a654c3daa41745fe9cc9fff Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 7 Oct 2025 15:00:28 +0200 Subject: [PATCH] [bitnami/consul] Release 1.21.5-debian-12-r1 (#86994) Signed-off-by: Bitnami Bot --- bitnami/consul/1/debian-12/Dockerfile | 4 ++-- bitnami/consul/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bitnami/consul/1/debian-12/Dockerfile b/bitnami/consul/1/debian-12/Dockerfile index 53f8b22c5ac8..dfefc9825d9d 100644 --- a/bitnami/consul/1/debian-12/Dockerfile +++ b/bitnami/consul/1/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-23T17:08:20Z" \ + org.opencontainers.image.created="2025-10-07T12:23:39Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/consul/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/consul" \ @@ -50,7 +50,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/consul/postunpack.sh ENV APP_VERSION="1.21.5" \ BITNAMI_APP_NAME="consul" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH" EXPOSE 8300 8301 8500 8600 diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 855502a55d54..77d2e1336eba 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -428,6 +428,12 @@ consul: The container has a HashiCorp Consul configuration directory set up at /consul/config and the agent will load any configuration files placed here by binding a volume or by composing a new image and adding files. Alternatively, configuration can be added by passing the configuration JSON via environment variable CONSUL_LOCAL_CONFIG. If this is bind mounted then ownership will be changed to the consul user when the container starts. +### FIPS configuration in Bitnami Secure Images + +The Bitnami HashiCorp Consul 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 consul Docker image sends the container logs to the `stdout`. To view the logs: