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: 9 months ago
JSON representation
isolated build environment for jobberrunner
- Host: GitHub
- URL: https://github.com/andidittrich/jobber-build
- Owner: AndiDittrich
- License: mit
- Created: 2020-03-04T16:22:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T15:54:53.000Z (over 5 years ago)
- Last Synced: 2025-01-11T18:10:59.656Z (10 months ago)
- Topics: build-tool, container, cron, cronjob-scheduler, crontab, dockerfile, jobber, scheduler
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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