1.8.1-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-14 19:39:10 +00:00
committed by Bitnami Containers
parent 30f5492aab
commit 42f1d9cb23
3 changed files with 8 additions and 8 deletions

View File

@@ -9,15 +9,15 @@ ENV HOME="/" \
COPY prebuildfs /
# 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.8.0-150-linux-amd64-debian-11.tar.gz && \
echo "d64ce366695304770af399027bf670d3658d42efc504ed5b9d4805bcbdb6ee2b /tmp/bitnami/pkg/cache/cert-manager-webhook-1.8.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.8.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.8.0-150-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cert-manager-webhook-1.8.1-0-linux-amd64-debian-11.tar.gz && \
echo "47faacf090ce07260f14519a6aeeb0401c446271d71d6e673cb389bcb5b4d958 /tmp/bitnami/pkg/cache/cert-manager-webhook-1.8.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.8.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/cert-manager-webhook-1.8.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.8.0" \
ENV APP_VERSION="1.8.1" \
BITNAMI_APP_NAME="cert-manager-webhook" \
PATH="/opt/bitnami/cert-manager-webhook/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"cert-manager-webhook": {
"arch": "amd64",
"digest": "d64ce366695304770af399027bf670d3658d42efc504ed5b9d4805bcbdb6ee2b",
"digest": "47faacf090ce07260f14519a6aeeb0401c446271d71d6e673cb389bcb5b4d958",
"distro": "debian-11",
"type": "NAMI",
"version": "1.8.0-150"
"version": "1.8.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.8.0`, `1.8.0-debian-11-r5`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager-webhook/blob/1.8.0-debian-11-r5/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.8.1`, `1.8.1-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-cert-manager-webhook/blob/1.8.1-debian-11-r0/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/cert-manager-webhook GitHub repo](https://github.com/bitnami/bitnami-docker-cert-manager-webhook).