[bitnami/cert-manager] Release 1.20.2-debian-12-r6 (#94509)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-06-10 15:29:12 +02:00
committed by GitHub
parent e1bb367808
commit ad2ae22ed6
5 changed files with 7 additions and 7 deletions
@@ -3,11 +3,11 @@
FROM docker.io/bitnami/minideb:bookworm
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-06-02T20:26:06Z" \
org.opencontainers.image.created="2026-06-10T13:12:38Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager" \
@@ -28,11 +28,11 @@ 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-1.20.2-2-linux-${OS_ARCH}-debian-12" \
"cert-manager-1.20.2-3-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
fi ; \
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.20.2" \
BITNAMI_APP_NAME="cert-manager" \
IMAGE_REVISION="5" \
IMAGE_REVISION="6" \
PATH="/opt/bitnami/cert-manager/bin:$PATH"
WORKDIR /opt/bitnami/cert-manager
@@ -1 +0,0 @@
dea890a363b0c6faec88330ec1951d8129f2eb518a800ee0c6eb9d6ba8c5bd66 cert-manager-1.20.2-2-linux-amd64-debian-12.tar.gz
@@ -1 +0,0 @@
fd89d3962854cf19055bb9a0ac99c5daab56d94039eb06f176f48b7a9cf9543c cert-manager-1.20.2-2-linux-arm64-debian-12.tar.gz
@@ -0,0 +1 @@
d66b39ef46d46ca97ffd0dbe5d0d6599baccf151c7a67b95bab8a0a6282f1bd9 cert-manager-1.20.2-3-linux-amd64-debian-12.tar.gz
@@ -0,0 +1 @@
a96e815cd7844e9fb3567bbd1f33cd3061c941f3fae96f258d90ab51a80041b1 cert-manager-1.20.2-3-linux-arm64-debian-12.tar.gz