PLDpro

pldpro-cron (0ae03049acd434329f5ce9bf2b9a51a97a15cd54)

Published 2026-09-06 05:50:15 +00:00 by Erik

Installation

docker pull gitea.dionysis.net/pldpro/pldpro-cron:0ae03049acd434329f5ce9bf2b9a51a97a15cd54
sha256:cd560da35c3a1c8dfc817f1ee8234b7e6837054a4bfd5e250d1069ac0d0b1000

Images

Digest OS / Arch Size
b01046777f linux/amd64 13 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache curl # buildkit
ARG SUPERCRONIC_VERSION=v0.2.49
ARG SUPERCRONIC_SHA1SUM=e63c11a9726b775a6a11801e81af4f3fb926aa68
ARG SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.49/supercronic-linux-amd64
RUN |3 SUPERCRONIC_VERSION=v0.2.49 SUPERCRONIC_SHA1SUM=e63c11a9726b775a6a11801e81af4f3fb926aa68 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.49/supercronic-linux-amd64 /bin/sh -c curl -fsSLo /usr/local/bin/supercronic "$SUPERCRONIC_URL" && echo "${SUPERCRONIC_SHA1SUM} /usr/local/bin/supercronic" | sha1sum -c - && chmod +x /usr/local/bin/supercronic # buildkit
COPY crontab /etc/crontab # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN |3 SUPERCRONIC_VERSION=v0.2.49 SUPERCRONIC_SHA1SUM=e63c11a9726b775a6a11801e81af4f3fb926aa68 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.49/supercronic-linux-amd64 /bin/sh -c chmod +x /entrypoint.sh && adduser -D -H -u 10003 -s /sbin/nologin pldpro && chown pldpro:pldpro /etc/crontab # buildkit
USER 10003
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2026-09-06 05:50:15 +00:00
1
OCI / Docker
Versions (9) View all