1.8.2-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-06-24 03:55:04 +00:00 committed by Bitnami Containers
parent cb0db2992a
commit a39b654720
3 changed files with 9 additions and 10 deletions

View File

@ -1,23 +1,22 @@
FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \
OS_ARCH="amd64" \
OS_FLAVOUR="debian-11" \
OS_NAME="linux"
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/acmesolver-1.8.1-0-linux-amd64-debian-11.tar.gz && \
echo "e841999675bd752b753afa4a966bb1074f871e6e80920ec96c33692c4607ce68 /tmp/bitnami/pkg/cache/acmesolver-1.8.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.8.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.8.1-0-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/acmesolver-1.8.2-0-linux-amd64-debian-11.tar.gz && \
echo "f628d5d448ce572d12e8c6632942f0ca3d5534fd911b612606cc626e095de149 /tmp/bitnami/pkg/cache/acmesolver-1.8.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.8.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.8.2-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.1" \
ENV APP_VERSION="1.8.2" \
BITNAMI_APP_NAME="acmesolver" \
PATH="/opt/bitnami/acmesolver/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"acmesolver": {
"arch": "amd64",
"digest": "e841999675bd752b753afa4a966bb1074f871e6e80920ec96c33692c4607ce68",
"digest": "f628d5d448ce572d12e8c6632942f0ca3d5534fd911b612606cc626e095de149",
"distro": "debian-11",
"type": "NAMI",
"version": "1.8.1-0"
"version": "1.8.2-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.1`, `1.8.1-debian-11-r2`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.8.1-debian-11-r2/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.8.2`, `1.8.2-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.8.2-debian-11-r0/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/acmesolver GitHub repo](https://github.com/bitnami/bitnami-docker-acmesolver).