[bitnami/cert-manager-webhook] Release 1.10.2-debian-11-r0 (#19777)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
2e7dab27c4
commit
4637b6292b
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.10.1-debian-11-r17" \
|
||||
org.opencontainers.image.ref.name="1.10.2-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager-webhook" \
|
||||
org.opencontainers.image.title="cert-manager-webhook" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.10.1"
|
||||
org.opencontainers.image.version="1.10.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,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.10.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"cert-manager-webhook-1.10.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -37,7 +37,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="1.10.1" \
|
||||
ENV APP_VERSION="1.10.2" \
|
||||
BITNAMI_APP_NAME="cert-manager-webhook" \
|
||||
PATH="/opt/bitnami/cert-manager-webhook/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"cert-manager-webhook": {
|
||||
"arch": "amd64",
|
||||
"digest": "ed72c87ab0f8db2184a8fb1ac5432366d3ed83eae8fe89214f5af139a3924254",
|
||||
"digest": "502038f4f8218bf8e0d36a7493437be8c8350d81f8a7d4e4be47c425bfa9222c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.10.1-0"
|
||||
"version": "1.10.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.10.1"
|
||||
- "1.10.2"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue