certbot-cron (sha256:5cd5614d77cbccd87e1f4bb147cda22e164523c73f496495942cea28835e408b)

Published 2025-04-06 21:06:02 +00:00 by MrMeeb in MrMeeb/certbot-cron-docker

Installation

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

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG TARGETARCH=amd64
ENV S6_OVERLAY_ARCH=x86_64
ARG S6_OVERLAY_VERSION=3.2.0.2
ENV PUID=1000
ENV PGID=1000
ENV TZ=UTC
ENV GENERATE_DHPARAM=true
ENV INTERVAL=0 */6 * * *
ENV ONE_SHOT=false
ENV APPRISE_URL=
ENV NOTIFY_ON_FAILURE=false
ENV NOTIFY_ON_SUCCESS=false
ENV DOMAINS=
ENV EMAIL=
ENV STAGING=false
ENV CUSTOM_CA=
ENV CUSTOM_CA_SERVER=
ENV PLUGIN=standalone
ENV PROPOGATION_TIME=10
ENV CLOUDFLARE_TOKEN=
ENV CERT_COUNT=1
RUN |2 TARGETARCH=amd64 S6_OVERLAY_VERSION=3.2.0.2 /bin/sh -c apk update && apk add curl bash python3 py3-virtualenv procps tzdata nano shadow xz busybox-suid openssl logrotate # buildkit
RUN |2 TARGETARCH=amd64 S6_OVERLAY_VERSION=3.2.0.2 /bin/sh -c mkdir /config && mkdir /app && useradd -u 1000 -U -d /config -s /bin/false mrmeeb && usermod -G users mrmeeb # buildkit
RUN |2 TARGETARCH=amd64 S6_OVERLAY_VERSION=3.2.0.2 /bin/sh -c curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz" | tar Jpxf - -C / && curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_OVERLAY_ARCH}.tar.xz" | tar Jpxf - -C / && curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz" | tar Jpxf - -C / && curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz" | tar Jpxf - -C / # buildkit
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1
RUN |2 TARGETARCH=amd64 S6_OVERLAY_VERSION=3.2.0.2 /bin/sh -c python3 -m venv /app/certbot/ && /app/certbot/bin/pip install --upgrade pip # buildkit
COPY requirements.txt /app/certbot/requirements.txt # buildkit
RUN |2 TARGETARCH=amd64 S6_OVERLAY_VERSION=3.2.0.2 /bin/sh -c apk add --no-cache --virtual .deps gcc python3-dev libc-dev libffi-dev && /app/certbot/bin/pip install wheel setuptools && /app/certbot/bin/pip install "Cython<3.0" pyyaml --no-build-isolation && /app/certbot/bin/pip install -r /app/certbot/requirements.txt && ln -s /app/certbot/bin/certbot /usr/bin/certbot && ln -s /app/certbot/bin/apprise /usr/bin/apprise && apk del .deps # buildkit
COPY root / # buildkit
RUN |2 TARGETARCH=amd64 S6_OVERLAY_VERSION=3.2.0.2 /bin/sh -c chmod +x /container-init.sh /certbot-prepare.sh /check-one-shot.sh /renew-function.sh && chown -R ${PUID}:${PGID} /app /config # buildkit
ENTRYPOINT ["/init"]
Details
Container
2025-04-06 21:06:02 +00:00
1
OCI / Docker
linux/amd64
91 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