certbot (image-2.0-certs-1.3)

Published 2025-01-10 20:18:51 +00:00 by wdboer

Installation

docker pull git.defles.ch/ictgilde/certbot:image-2.0-certs-1.3
sha256:f2b390f014ecaa5892f953d757d33a2f393ff1f8569881a131b8b84e0ae9c93a

Image Layers

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache python3 openssl # buildkit
RUN /bin/sh -c apk add --no-cache py3-pip && pip3 install --upgrade --break-system-packages certbot cryptography ruamel.yaml && apk del --no-cache py3-pip # buildkit
COPY entrypoint.py entrypoint.py # buildkit
ENTRYPOINT ["python3" "entrypoint.py"]
VOLUME [/etc/letsencrypt/]
VOLUME [/var/www/html/]
COPY certs.yml certs.yml # buildkit
Details
Container
2025-01-10 20:18:51 +00:00
0
OCI / Docker
linux/amd64
36 MiB
Versions (21) View all
latest 2025-08-05