Block a user
lego (latest)
Published 2026-05-27 16:29:16 +00:00 by ada
Installation
docker pull git.ada-dev.ru/ada/lego:latestsha256:a8ea3d66b9daed4a522baa47c73ebb680bb4a03a57e3d4defc3798b5b2c84483
About this package
Lets Encrypt/ACME client and library written in Go
Image Layers
| ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG TARGETPLATFORM |
| RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c apk --no-cache --no-progress add git ca-certificates tzdata && rm -rf /var/cache/apk/* # buildkit |
| COPY linux/amd64/lego / # buildkit |
| ENTRYPOINT ["/lego"] |
| EXPOSE map[80/tcp:{}] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-05-22T19:28:58Z |
| org.opencontainers.image.description | Lets Encrypt/ACME client and library written in Go |
| org.opencontainers.image.documentation | https://go-acme.github.io/lego |
| org.opencontainers.image.revision | 6848e4d6371b00a95a1bfe31d27b7393ba09e271 |
| org.opencontainers.image.source | https://github.com/go-acme/lego |
| org.opencontainers.image.title | lego |
| org.opencontainers.image.url | https://github.com/go-acme/lego |
| org.opencontainers.image.version | 5.1.0 |