1.4.2-debian-10-r0 release
This commit is contained in:
parent
7d1c57046d
commit
6313bce752
|
|
@ -9,14 +9,14 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/acmesolver-1.4.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "c260419a9e947786634b841289e164a1a072fa48394025d83b78afa51d1d3b63 /tmp/bitnami/pkg/cache/acmesolver-1.4.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.4.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.4.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/acmesolver-1.4.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "cee402b911807714038a343d8566d2dc01979c48165611ec4e9b2d163fafed4a /tmp/bitnami/pkg/cache/acmesolver-1.4.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.4.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.4.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="acmesolver" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.1-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.2-debian-10-r0" \
|
||||
PATH="/opt/bitnami/acmesolver/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/acmesolver
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"acmesolver": {
|
||||
"arch": "amd64",
|
||||
"digest": "c260419a9e947786634b841289e164a1a072fa48394025d83b78afa51d1d3b63",
|
||||
"digest": "cee402b911807714038a343d8566d2dc01979c48165611ec4e9b2d163fafed4a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.1-0"
|
||||
"version": "1.4.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,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-10`, `1.4.1`, `1.4.1-debian-10-r9`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.4.1-debian-10-r9/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.4.2`, `1.4.2-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.4.2-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/acmesolver GitHub repo](https://github.com/bitnami/bitnami-docker-acmesolver).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue