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