From d15a3425967bff4cfb5e68d80dd81eb7c0377be9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 7 Oct 2025 03:41:19 +0200 Subject: [PATCH] [bitnami/cert-manager-webhook] Release 1.18.2-debian-12-r8 (#86909) Signed-off-by: Bitnami Bot --- bitnami/cert-manager-webhook/1.18/debian-12/Dockerfile | 4 ++-- bitnami/cert-manager-webhook/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bitnami/cert-manager-webhook/1.18/debian-12/Dockerfile b/bitnami/cert-manager-webhook/1.18/debian-12/Dockerfile index 65b73e3e1890..1c601caf4f6c 100644 --- a/bitnami/cert-manager-webhook/1.18/debian-12/Dockerfile +++ b/bitnami/cert-manager-webhook/1.18/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-07T00:25:53Z" \ + org.opencontainers.image.created="2025-10-07T00:55:27Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager-webhook/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager-webhook" \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.18.2" \ BITNAMI_APP_NAME="cert-manager-webhook" \ - IMAGE_REVISION="7" \ + IMAGE_REVISION="8" \ PATH="/opt/bitnami/cert-manager-webhook/bin:$PATH" WORKDIR /opt/bitnami/cert-manager-webhook diff --git a/bitnami/cert-manager-webhook/README.md b/bitnami/cert-manager-webhook/README.md index 4bd570a0207b..6884e84313d9 100644 --- a/bitnami/cert-manager-webhook/README.md +++ b/bitnami/cert-manager-webhook/README.md @@ -60,6 +60,12 @@ Subscribe to project updates by watching the [bitnami/containers GitHub repo](ht For further documentation, please check [here](https://github.com/jetstack/cert-manager/blob/master/docs) +### FIPS configuration in Bitnami Secure Images + +The Bitnami cert-manager Webhook 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`. + ## Notable Changes ### Starting January 16, 2024