1.8.0-debian-10-r12 release
This commit is contained in:
parent
ac0da4a9f2
commit
012f66fcd7
|
|
@ -9,10 +9,10 @@ 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/acmesolver-1.8.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "fe09d79d70384c54c99945118cb6238c624adb43089c67750122a354c78fdb14 /tmp/bitnami/pkg/cache/acmesolver-1.8.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.8.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.8.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/acmesolver-1.8.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d3e82cc810f1d122ee459988a3142ee0f1b9c29330667fc6dd2da16166fde8fe /tmp/bitnami/pkg/cache/acmesolver-1.8.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-1.8.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/acmesolver-1.8.0-1-linux-amd64-debian-10.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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"acmesolver": {
|
||||
"arch": "amd64",
|
||||
"digest": "fe09d79d70384c54c99945118cb6238c624adb43089c67750122a354c78fdb14",
|
||||
"digest": "d3e82cc810f1d122ee459988a3142ee0f1b9c29330667fc6dd2da16166fde8fe",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.0-0"
|
||||
"version": "1.8.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -48,7 +48,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.8.0`, `1.8.0-debian-10-r11`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.8.0-debian-10-r11/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.8.0`, `1.8.0-debian-10-r12`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/1.8.0-debian-10-r12/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