• Joined on 2018-06-01

docker-backup-cron (20250607)

Published 2025-07-02 17:35:52 +00:00 by w33ble

Installation

docker pull git.w33ble.com/w33ble/docker-backup-cron:20250607
sha256:0ef6b7e6762349d67d8ec7eee93e67e3f3ad18509f4f9e445e07a4b30dbc5693

Image Layers

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV CRON_USER=cronuser
ENV CRON_UID=1000
ENV CRON_GID=1000
RUN /bin/sh -c apk add --no-cache sudo tini curl openssl openssh-client bash rsync rclone # buildkit
STOPSIGNAL SIGKILL
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
ENTRYPOINT ["/sbin/tini" "--" "/usr/local/bin/entrypoint.sh"]
CMD ["crond" "-f"]
Details
Container
2025-07-02 17:35:52 +00:00
0
OCI / Docker
linux/amd64
40 MiB
Versions (3) View all
latest 2025-07-02
20250702 2025-07-02
20250607 2025-07-02