[bitnami/cert-manager] Release 1.9.1-debian-11-r0 (#820)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-07-26 22:46:03 +02:00
committed by GitHub
parent 591bfa78c0
commit 2c79bc5223
3 changed files with 8 additions and 8 deletions

View File

@@ -8,15 +8,15 @@ 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-1.9.0-0-linux-amd64-debian-11.tar.gz && \
echo "30c7b9e2bc72c1e76abefd8e75323d93384f93992bda32145013b56c689ad91f /tmp/bitnami/pkg/cache/cert-manager-1.9.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-1.9.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cert-manager-1.9.0-0-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-1.9.1-0-linux-amd64-debian-11.tar.gz && \
echo "bb9d318509b5320e45c0868c4b42077434e29548cd27347a782f3f7e1db0ed0e /tmp/bitnami/pkg/cache/cert-manager-1.9.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-1.9.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cert-manager-1.9.1-0-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
ENV APP_VERSION="1.9.0" \
ENV APP_VERSION="1.9.1" \
BITNAMI_APP_NAME="cert-manager" \
PATH="/opt/bitnami/cert-manager/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"cert-manager": {
"arch": "amd64",
"digest": "30c7b9e2bc72c1e76abefd8e75323d93384f93992bda32145013b56c689ad91f",
"digest": "bb9d318509b5320e45c0868c4b42077434e29548cd27347a782f3f7e1db0ed0e",
"distro": "debian-11",
"type": "NAMI",
"version": "1.9.0-0"
"version": "1.9.1-0"
}
}

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.0`, `1.9.0-debian-11-r3`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager/blob/1.9.0-debian-11-r3/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.9.1`, `1.9.1-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager/blob/1.9.1-debian-11-r0/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/cert-manager GitHub repo](https://github.com/bitnami/bitnami-docker-cert-manager).