Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andidittrich/jobber-build

isolated build environment for jobberrunner
https://github.com/andidittrich/jobber-build

build-tool container cron cronjob-scheduler crontab dockerfile jobber scheduler

Last synced: about 1 month ago
JSON representation

isolated build environment for jobberrunner

Awesome Lists containing this project

README

        

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
-------------------

```dockerfile
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)](http://opensource.org/licenses/MIT) - your're welcome to contribute