parent
9a394c2835
commit
668adb7f61
|
|
@ -1,10 +1,10 @@
|
|||
FROM bitnami/minideb:jessie as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/acmesolver-0.3.0-0-linux-x64-debian-8.tar.gz && \
|
||||
echo "fd3bd6e464f50ad7bc1268121c707351728b2431e1e46aaf88ef9e0a5d0cc7a5 /tmp/bitnami/pkg/cache/acmesolver-0.3.0-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-0.3.0-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/acmesolver-0.3.0-0-linux-x64-debian-8.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/acmesolver-0.3.1-0-linux-x64-debian-8.tar.gz && \
|
||||
echo "94a0869dabb7a4f73b07f47bc41098ba180d4ac1b0e1955817e2b3b003b5c993 /tmp/bitnami/pkg/cache/acmesolver-0.3.1-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/acmesolver-0.3.1-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/acmesolver-0.3.1-0-linux-x64-debian-8.tar.gz
|
||||
|
||||
##################
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
|
||||
COPY --from=buildenv /opt/bitnami/acmesolver /opt/bitnami/acmesolver
|
||||
ENV BITNAMI_APP_NAME="acmesolver" \
|
||||
BITNAMI_IMAGE_VERSION="0.3.0-r27" \
|
||||
BITNAMI_IMAGE_VERSION="0.3.1-r0" \
|
||||
PATH="/opt/bitnami/acmesolver/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Kubernetes cluster with `CustomResourceDefinition` or `ThirdPartyResource suppor
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`0`, `0.3.0-r27`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/0.3.0-r27/0/Dockerfile)
|
||||
* [`0`, `0.3.1-r0`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/0.3.1-r0/0/Dockerfile)
|
||||
* [`0-ol-7`, `0.3.0-ol-7-r5` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/0.3.0-ol-7-r5/0/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/acmesolver GitHub repo](https://github.com/bitnami/bitnami-docker-acmesolver).
|
||||
|
|
|
|||
Loading…
Reference in New Issue