[bitnami/cert-manager-webhook] Release 1.11.0-debian-11-r23 (#27544)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f0faffab4b
commit
05836e2abf
|
|
@ -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:26:10Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:06:16Z" \
|
||||
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-r22" \
|
||||
org.opencontainers.image.ref.name="1.11.0-debian-11-r23" \
|
||||
org.opencontainers.image.title="cert-manager-webhook" \
|
||||
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-webhook-1.11.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"cert-manager-webhook-1.11.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"cert-manager-webhook": {
|
||||
"arch": "amd64",
|
||||
"digest": "24f6c662ef8363fb848ee25bd52c6f79161b9c15d451b97ce617d67803bbd1fd",
|
||||
"digest": "7fe696eda53bde9e6ba4e6a073acb71f2276c682c36622c91cb66adb9ea2e4cf",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.11.0-2"
|
||||
"version": "1.11.0-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -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 Webhook](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
|
||||
|
|
|
|||
Loading…
Reference in New Issue