Henrik henrik
  • Joined on 2025-11-12

acme (1.95)

Published 2026-02-13 14:16:55 +01:00 by henrik

Installation

docker pull git.hnrk.io/henrik/acme:1.95
sha256:03b84088cc16b776c9b20e77e1cacf804d1d782cbc007a0ce7ea7b1ead036083

Image Layers

ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer== The Infrastructure Company GmbH <info@servercow.de>
RUN /bin/sh -c apk upgrade --no-cache && apk add --update --no-cache bash curl openssl bind-tools jq mariadb-client redis tini tzdata python3 acme-tiny # buildkit
COPY acme.sh /srv/acme.sh # buildkit
COPY functions.sh /srv/functions.sh # buildkit
COPY obtain-certificate.sh /srv/obtain-certificate.sh # buildkit
COPY reload-configurations.sh /srv/reload-configurations.sh # buildkit
COPY expand6.sh /srv/expand6.sh # buildkit
RUN /bin/sh -c chmod +x /srv/*.sh # buildkit
CMD ["/sbin/tini" "-g" "--" "/srv/acme.sh"]

Labels

Key Value
maintainer = The Infrastructure Company GmbH <info@servercow.de>
Details
Container
2026-02-13 14:16:55 +01:00
2
OCI / Docker
linux/amd64
35 MiB
Versions (3) View all
1.95 2026-02-13
latest 2026-02-13
1.94 2026-01-26