[bitnami/acmesolver] Release 1.9.0-debian-11-r0 (#393)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1899a44d09
commit
4e771b232f
|
|
@ -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/acmesolver-1.8.2-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "8db347ec4606b48d931456ca05d434fa11a46341e0b470b3d24f526143bfb73f /tmp/bitnami/pkg/cache/acmesolver-1.8.2-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.8.2-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.8.2-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/acmesolver-1.9.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "9dab85f77f47ac5ac7255c01cc4c1699e9636c87c6048e594edc89e0d6063ba8 /tmp/bitnami/pkg/cache/acmesolver-1.9.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.9.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.9.0-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.2" \
|
||||
ENV APP_VERSION="1.9.0" \
|
||||
BITNAMI_APP_NAME="acmesolver" \
|
||||
PATH="/opt/bitnami/acmesolver/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"acmesolver": {
|
||||
"arch": "amd64",
|
||||
"digest": "8db347ec4606b48d931456ca05d434fa11a46341e0b470b3d24f526143bfb73f",
|
||||
"digest": "9dab85f77f47ac5ac7255c01cc4c1699e9636c87c6048e594edc89e0d6063ba8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.2-1"
|
||||
"version": "1.9.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.2`, `1.8.2-debian-11-r9`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.8.2-debian-11-r9/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.9.0`, `1.9.0-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.9.0-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue