[bitnami/cert-manager] Release 1.11.0-debian-11-r24 (#27554)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-18 22:50:34 +01:00
committed by GitHub
parent a01e976a58
commit 71b913cba7
3 changed files with 5 additions and 6 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-13T21:51:55Z" \
org.opencontainers.image.created="2023-03-18T21:06:14Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.11.0-debian-11-r23" \
org.opencontainers.image.ref.name="1.11.0-debian-11-r24" \
org.opencontainers.image.title="cert-manager" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.11.0"
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"cert-manager-1.11.0-2-linux-${OS_ARCH}-debian-11" \
"cert-manager-1.11.0-3-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"cert-manager": {
"arch": "amd64",
"digest": "fcdde5de333b4d23571989e90430b35592028ff1c4e317c5d84bbcdfdfe9ffe7",
"digest": "e63305cac97c10b292acab268940457937490884f07f85eb252f5faad7b91e2f",
"distro": "debian-11",
"type": "NAMI",
"version": "1.11.0-2"
"version": "1.11.0-3"
}
}

View File

@@ -6,7 +6,6 @@
> Cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.
[Overview of cert-manager](https://github.com/jetstack/cert-manager)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR