Block a user
docker-backup-cron (latest)
Published 2025-07-02 17:38:21 +00:00 by w33ble
Installation
docker pull git.w33ble.com/w33ble/docker-backup-cron:latestsha256:453d84950dab118d204921addf540b9eb883926f58fe88a1b31fcf0195bfc047
Image Layers
| ADD alpine-minirootfs-3.22.0-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"] |