{"id":31904361,"url":"https://github.com/cloudfoundry-community/cron-boshrelease","last_synced_at":"2025-10-13T13:49:21.545Z","repository":{"id":55572036,"uuid":"53169588","full_name":"cloudfoundry-community/cron-boshrelease","owner":"cloudfoundry-community","description":"A generic crontab-generating boshrelease","archived":false,"fork":false,"pushed_at":"2023-11-08T10:42:32.000Z","size":67,"stargazers_count":7,"open_issues_count":1,"forks_count":9,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-04-14T22:47:39.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfoundry-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-04T22:28:05.000Z","updated_at":"2024-02-09T14:25:53.000Z","dependencies_parsed_at":"2022-08-15T03:20:53.712Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-community/cron-boshrelease","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry-community/cron-boshrelease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcron-boshrelease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcron-boshrelease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcron-boshrelease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcron-boshrelease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-community","download_url":"https://codeload.github.com/cloudfoundry-community/cron-boshrelease/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fcron-boshrelease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015347,"owners_count":26085686,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-10-13T13:48:45.122Z","updated_at":"2025-10-13T13:49:21.539Z","avatar_url":"https://github.com/cloudfoundry-community.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BOSH Release for cron\n\nThis BOSH release is intended to allow you to add generic crontab\nentries to any existing BOSH deployment by colocating the `cron`\njob alongside your VMs.\n\n### Colocation Instructions\n\nTo colocate, ensure your job has the `cron` template specified:\n\n```\ninstance_groups:\n- name: myjob\n  jobs\n  - name: cron\n    release: cron\n    properties:\n      cron:\n        # a key-value map of any environment variables you want\n        # set in the crontab\n        #\n        variables:\n          VAR1: val1\n          VAR2: val2\n\n        # a list of key-value objects representing cron entries\n        entries:\n\n          # run a commmand already installed\n        - command: /usr/bin/touch /tmp/test-command-cron\n          minute: '*'\n          hour: '*'\n          day: '*'\n          month: '*'\n          wday: '*'\n          user: vcap\n\n          # ... or specify a script to install and run\n        - script:\n            name: touch.sh\n            contents: |\n              #!/bin/bash\n              /usr/bin/touch /tmp/test-script-cron\n          minute: '*'\n          hour: '*'\n          day: '*'\n          month: '*'\n          wday: '*'\n          user: vcap\n```\n\nWhen deployed, this release will generate a crontab, stick it in\n/etc/cron.d/cron-boshrelease-crontab, and reload the running cron\nprocess to read the new crontab.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fcron-boshrelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-community%2Fcron-boshrelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fcron-boshrelease/lists"}