Skip to content

AndiDittrich/jobber-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isolated build environment for jobberrunner

see https://github.com/dshearer/jobber

Features

  • targeted to be used as scheduler within a container (docker/podman)
  • build a standalone joberrunner binary

Usage

Just run build.sh - the binary will be copied into the dist directory.

Dockerfile example

FROM debian:latest

# user downgrade
USER www-data

# new entrypoint
ENTRYPOINT [ "/usr/local/bin/jobberrunner" , "-s", "/etc/cron.yaml" ]

License

jobber-build is OpenSource and licensed under the Terms of The MIT License (X11) - your're welcome to contribute