{"id":17962303,"url":"https://github.com/richtr/docker-jobber","last_synced_at":"2025-04-03T19:19:37.613Z","repository":{"id":139266118,"uuid":"86276503","full_name":"richtr/docker-jobber","owner":"richtr","description":"A minimal Docker container for running Jobber (cron-replacement) tasks","archived":false,"fork":false,"pushed_at":"2017-04-03T23:38:45.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T07:23:56.693Z","etag":null,"topics":["cron","docker","jobber","supervisor"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richtr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-27T01:05:12.000Z","updated_at":"2021-08-12T11:32:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1b9a43e-3537-4a92-8a76-3b9527e31817","html_url":"https://github.com/richtr/docker-jobber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richtr%2Fdocker-jobber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richtr%2Fdocker-jobber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richtr%2Fdocker-jobber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richtr%2Fdocker-jobber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richtr","download_url":"https://codeload.github.com/richtr/docker-jobber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247061882,"owners_count":20877176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cron","docker","jobber","supervisor"],"created_at":"2024-10-29T11:18:46.105Z","updated_at":"2025-04-03T19:19:37.588Z","avatar_url":"https://github.com/richtr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Jobber\n\nA minimal setup for running [Jobber](https://dshearer.github.io/jobber/) via [Supervisor](http://supervisord.org/) in a Docker container.\n\n## Usage\n\nPulling the images from [Dockerhub](https://hub.docker.com/):\n\n    $ docker pull richtr/docker-jobber\n\nJobber needs a `.jobber` file to schedule tasks to run. You can attach it at `/root/.jobber` in the container with a volume:\n\n``` bash\n$ echo \"---\n- name: HelloWorld\n  cmd: echo hello world\n  time: 1\n\" \u003e\u003e .jobber\n$ docker run --name my-docker-jobber -v $(pwd)/.jobber:/root/.jobber:ro richtr/docker-jobber\n```\n\nTo view the latest jobber activity on the running Docker container we can use `docker logs \u003cCONTAINER\u003e`:\n\n    $ docker logs my-docker-jobber\n\n## Docker Compose\n\n\nYou can use this project to create your own images by adding a `.jobber` file to the same directory as your `docker-compose.yml` file and simply add your own .jobber file with your image:\n\n``` yaml\nFROM richtr/docker-jobber\n\nADD .jobber /root/.jobber\n\n# ...\n```\n\n### Feedback ###\n\nIf you find any bugs or issues please report them on the [Issue Tracker](https://github.com/richtr/docker-jobber/issues).\n\nIf you would like to contribute to this project please consider [forking this repo](https://github.com/richtr/docker-jobber/fork), making your changes and then creating a new [Pull Request](https://github.com/richtr/docker-jobber/pulls) back to the main code repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichtr%2Fdocker-jobber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichtr%2Fdocker-jobber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichtr%2Fdocker-jobber/lists"}