[bitnami/acmesolver] Release 1.11.0-debian-11-r23 (#27534)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
ae9c6952a2
commit
8cf753793e
|
|
@ -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:06:01Z" \
|
||||
org.opencontainers.image.created="2023-03-18T20:35:02Z" \
|
||||
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="acmesolver" \
|
||||
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=( \
|
||||
"acmesolver-1.11.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"acmesolver-1.11.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"acmesolver": {
|
||||
"arch": "amd64",
|
||||
"digest": "501106875c8f001a704368bc9533807c8b980697553af893a04b3217d8f52602",
|
||||
"digest": "234f80011db22e8789ac9ba23fddb5e5d4db04ebf5dc67654a2f8a853d472802",
|
||||
"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 ACME Solver](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