- Bay Area, California
- https://craisin.tech
- Joined on
2025-11-23
Block a user
crontab_guru (latest)
Published 2025-11-23 22:27:24 -08:00 by craisin
Installation
docker pull gitea.craisin.tech/craisin/crontab_guru:latestsha256:695747ec6d8b1035043c0ae2b3d324b72721cb37a8c6d75c9e605e9ca91903fd
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a1128dd4b5 | linux/amd64 | 82 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1763337600' |
| USER root |
| RUN /bin/sh -c apt upgrade && apt update # buildkit |
| RUN /bin/sh -c apt install systemd -y # buildkit |
| RUN /bin/sh -c systemctl disable crond # buildkit |
| COPY cronitor cronitor # buildkit |
| EXPOSE [9000/tcp] |
| RUN /bin/sh -c useradd craisin # buildkit |
| CMD ["/bin/bash" "-c" "./cronitor configure --dash-username ${CRONITOR_USERNAME} --dash-password ${CRONITOR_PASSWORD} && ./cronitor dash --port 9000"] |