certbot-cron (sha256:b1914220c1b1c6fa4361e909a1430c12eb00788ab92865362643332d426db6cd)

Published 2023-01-02 16:43:23 +00:00 by MrMeeb in MrMeeb/certbot-cron-docker

Installation

docker pull git.mrmeeb.stream/mrmeeb/certbot-cron@sha256:b1914220c1b1c6fa4361e909a1430c12eb00788ab92865362643332d426db6cd
sha256:b1914220c1b1c6fa4361e909a1430c12eb00788ab92865362643332d426db6cd

Image Layers

ADD file:73e68ae6852c9afbb2989dc9c5b7c6668843f454b1bdcfb48658bfbc6c4af69e in /
CMD ["bash"]
RUN /bin/sh -c apt update && apt install -y bash cron python3 python3-venv procps tini # buildkit
RUN /bin/sh -c python3 -m venv /opt/certbot/ && /opt/certbot/bin/pip install --upgrade pip # buildkit
RUN /bin/sh -c /opt/certbot/bin/pip install certbot certbot-dns-cloudflare && ln -s /opt/certbot/bin/certbot /usr/bin/certbot # buildkit
RUN /bin/sh -c mkdir -p /config # buildkit
COPY run.sh / renew.sh / # buildkit
RUN /bin/sh -c chmod +x /run.sh /renew.sh # buildkit
ENV DOMAINS=
ENV EMAIL=
ENV INTERVAL=0 */6 * * *
ENV STAGING=false
ENV PROPOGATION_TIME=10
ENV GENERATE_DHPARAM=true
ENTRYPOINT ["/usr/bin/tini" "-s" "/run.sh"]
Details
Container
2023-01-02 16:43:23 +00:00
0
OCI / Docker
linux/amd64
94 MiB
Versions (15) View all
latest 2025-04-09
1.3.0 2025-01-15
1.2.1 2024-06-15
1.1.1 2024-06-04
1.1.0 2024-06-04