Block a user
acme (1.94)
Published 2026-01-26 13:14:47 +01:00 by henrik
Installation
docker pull git.hnrk.io/henrik/acme:1.94sha256:e004df67811f53a582f2297fe3f02887d6d57dfa7618cfda59aa8fcaa9e70531
Image Layers
| ADD alpine-minirootfs-3.21.5-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> |