[bitnami/cert-manager] Release 1.9.1-debian-11-r13 (#4539)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-08-30 02:05:17 +02:00 committed by GitHub
parent 7851d59da7
commit 56eafa2afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 9 deletions

View File

@ -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-r12" \
org.opencontainers.image.ref.name="1.9.1-debian-11-r13" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cert-manager" \
org.opencontainers.image.title="cert-manager" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -15,12 +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 install_packages ca-certificates curl gzip libc6 procps tar
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/cert-manager-1.9.1-1-linux-amd64-debian-11.tar.gz -o cert-manager-1.9.1-1-linux-amd64-debian-11.tar.gz && \
echo "f58e2915e0e284b0a2757fdcffdcb5cb77512cf9671377455492f43e6bf4208d cert-manager-1.9.1-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf cert-manager-1.9.1-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
rm -rf cert-manager-1.9.1-1-linux-amd64-debian-11.tar.gz
if [ ! -f cert-manager-1.9.1-2-linux-amd64-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/cert-manager-1.9.1-2-linux-amd64-debian-11.tar.gz -O ; \
fi && \
echo "74eea7aa2b5c1a5944da875186a974877c7ef861e108bbb7a21fa9b97e5fd2d6 cert-manager-1.9.1-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf cert-manager-1.9.1-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
rm -rf cert-manager-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

View File

@ -1,9 +1,9 @@
{
"cert-manager": {
"arch": "amd64",
"digest": "f58e2915e0e284b0a2757fdcffdcb5cb77512cf9671377455492f43e6bf4208d",
"digest": "74eea7aa2b5c1a5944da875186a974877c7ef861e108bbb7a21fa9b97e5fd2d6",
"distro": "debian-11",
"type": "NAMI",
"version": "1.9.1-1"
"version": "1.9.1-2"
}
}

View File

@ -46,7 +46,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1`, `1-debian-11`, `1.9.1`, `1.9.1-debian-11-r12`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cert-manager/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.9.1`, `1.9.1-debian-11-r13`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cert-manager/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).