diff --git a/bitnami/cert-manager-webhook/1.18/debian-12/Dockerfile b/bitnami/cert-manager-webhook/1.18/debian-12/Dockerfile index 047fa3705d7a..c6694cd3f622 100644 --- a/bitnami/cert-manager-webhook/1.18/debian-12/Dockerfile +++ b/bitnami/cert-manager-webhook/1.18/debian-12/Dockerfile @@ -8,7 +8,7 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-07-17T00:22:44Z" \ + org.opencontainers.image.created="2025-08-06T20:38:03Z" \ 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" \ @@ -29,7 +29,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=( \ - "cert-manager-webhook-1.18.2-1-linux-${OS_ARCH}-debian-12" \ + "cert-manager-webhook-1.18.2-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/cert-manager-webhook/1.18/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/cert-manager-webhook/1.18/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 3951856b6b84..3e500b270b70 100644 --- a/bitnami/cert-manager-webhook/1.18/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/cert-manager-webhook/1.18/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "1.18.2-1" + "version": "1.18.2-2" } } \ No newline at end of file diff --git a/bitnami/cert-manager-webhook/README.md b/bitnami/cert-manager-webhook/README.md index 83504a9822e1..4bd570a0207b 100644 --- a/bitnami/cert-manager-webhook/README.md +++ b/bitnami/cert-manager-webhook/README.md @@ -16,6 +16,10 @@ docker run --name cert-manager-webhook -e ALLOW_EMPTY_PASSWORD=yes bitnami/cert- **Warning**: These quick setups are only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Configuration](#configuration) section for a more secure deployment. +## Prerequisites + +Kubernetes cluster with `CustomResourceDefinition` or `ThirdPartyResource support` + ## ⚠️ Important Notice: Upcoming changes to the Bitnami Catalog Beginning August 28th, 2025, Bitnami will evolve its public catalog to offer a curated set of hardened, security-focused images under the new [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). As part of this transition: @@ -27,10 +31,6 @@ Beginning August 28th, 2025, Bitnami will evolve its public catalog to offer a c These changes aim to improve the security posture of all Bitnami users by promoting best practices for software supply chain integrity and up-to-date deployments. For more details, visit the [Bitnami Secure Images announcement](https://github.com/bitnami/containers/issues/83267). -## Prerequisites - -Kubernetes cluster with `CustomResourceDefinition` or `ThirdPartyResource support` - ## Why use Bitnami Secure Images? - Bitnami Secure Images and Helm charts are built to make open source more secure and enterprise ready.