Block a user
acme (latest)
Published 2026-02-13 14:16:55 +01:00 by henrik
Installation
docker pull git.hnrk.io/henrik/acme:latestsha256: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> |