Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andidittrich/jobber-build
- Owner: AndiDittrich
- License: mit
- Created: 2020-03-04T16:22:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T15:54:53.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T17:57:42.240Z (3 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` binaryUsage
-----------------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