see https://github.com/dshearer/jobber
- targeted to be used as scheduler within a container (docker/podman)
- build a standalone
joberrunner
binary
Just run build.sh
- the binary will be copied into the dist directory.
FROM debian:latest
# user downgrade
USER www-data
# new entrypoint
ENTRYPOINT [ "/usr/local/bin/jobberrunner" , "-s", "/etc/cron.yaml" ]
jobber-build is OpenSource and licensed under the Terms of The MIT License (X11) - your're welcome to contribute