mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
[bitnami/cert-manager-webhook] Release 1.9.1-debian-11-r11 (#4390)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.9.1-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="1.9.1-debian-11-r11" \
|
||||
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." \
|
||||
@@ -15,11 +15,14 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-webhook-1.9.1-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "3a06a68e56d6cb8ea18411ee74b88a7533557bdb3db16391f6500bf4f6c1a638 /tmp/bitnami/pkg/cache/cert-manager-webhook-1.9.1-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.9.1-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.9.1-1-linux-amd64-debian-11.tar.gz
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f cert-manager-webhook-1.9.1-2-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/cert-manager-webhook-1.9.1-2-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "0df445c4ca4d34baf573dedf4875f575622d4870a613ee51866bb9c41e38f8e3 cert-manager-webhook-1.9.1-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf cert-manager-webhook-1.9.1-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf cert-manager-webhook-1.9.1-2-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"cert-manager-webhook": {
|
||||
"arch": "amd64",
|
||||
"digest": "3a06a68e56d6cb8ea18411ee74b88a7533557bdb3db16391f6500bf4f6c1a638",
|
||||
"digest": "0df445c4ca4d34baf573dedf4875f575622d4870a613ee51866bb9c41e38f8e3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.1-1"
|
||||
"version": "1.9.1-2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user