{"id":27968509,"url":"https://github.com/score-spec/community-patchers","last_synced_at":"2026-01-22T05:33:18.840Z","repository":{"id":282161970,"uuid":"947676934","full_name":"score-spec/community-patchers","owner":"score-spec","description":"A community-driven library of score-compose and score-k8s patch templates.","archived":false,"fork":false,"pushed_at":"2025-11-05T01:01:12.000Z","size":73,"stargazers_count":0,"open_issues_count":9,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T03:05:41.821Z","etag":null,"topics":["docker","docker-compose","kubernetes","score","score-compose","score-k8s"],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/score-spec.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-13T04:21:42.000Z","updated_at":"2025-11-05T01:01:13.000Z","dependencies_parsed_at":"2025-05-07T21:03:54.977Z","dependency_job_id":"a8530985-acea-4363-bd84-ddc647b55595","html_url":"https://github.com/score-spec/community-patchers","commit_stats":null,"previous_names":["score-spec/community-patchers"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/score-spec/community-patchers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-patchers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-patchers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-patchers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-patchers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/score-spec","download_url":"https://codeload.github.com/score-spec/community-patchers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/score-spec%2Fcommunity-patchers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28656283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["docker","docker-compose","kubernetes","score","score-compose","score-k8s"],"created_at":"2025-05-07T21:03:52.063Z","updated_at":"2026-01-22T05:33:18.836Z","avatar_url":"https://github.com/score-spec.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# community-patchers\n\nSince `score-compose` version [`0.27.0`](https://github.com/score-spec/score-compose/releases/tag/0.27.0) and `score-k8s` version [`0.4.0`](https://github.com/score-spec/score-k8s/releases/tag/0.4.0), as Platform Engineers you can patch the default Workload manifests generated by `score-compose|k8s generate`. Seemlessly for your Developers, by using `score-compose|k8s init --patch-templates`.\n\nThis repository is a library of patch templates examples that you can use with either `score-compose` or `score-k8s`.\n\n_Note: Do you have other examples that you would like to see in this list? Please file an issue in this repository, thanks! We'll find someone in the community willing to help you on this. Or do you have your own patch templates that you would like to share with the community? Please add them in the repository by opening a PR, thanks!_\n\n## For `score-compose`\n\n- `dapr.tpl`\n- `microcks.tpl`\n- `ollama.tpl`\n- `unprivileged.tpl`\n\nExample of usage:\n```bash\nscore-compose init \\\n    --patch-templates https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-compose/dapr.tpl \\\n    --patch-templates https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-compose/microcks.tpl \\\n    --patch-templates https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-compose/ollama.tpl \\\n    --patch-templates https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-compose/unprivileged.tpl\n```\n\n## For `score-k8s`\n\n- `delete-default-manifests.tpl`\n- `namespace-pss-restricted.tpl`\n- `namespace-with-allow-ingress-within-namespace-netpol.tpl`\n- `namespace-with-deny-all-netpol.tpl`\n- `service-account.tpl`\n- `service-account-admin.tpl`\n- `statefulset.tpl`\n- `unprivileged.tpl`\n\nExample of usage:\n```bash\nscore-k8s init \\\n    --patch-templates https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-k8s/unprivileged.tpl \\\n    --patch-templates https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-k8s/service-account.tpl\n```\n\n## Examples by the community using this library\n\n- [Deploy Backstage with Score](https://medium.com/@mabenoit/deploy-backstage-with-score-45bb2d7c2d90)\n- [Nginx Score demo](https://github.com/mathieu-benoit/nginx-score-demo)\n- [.NET Score demo](https://github.com/mathieu-benoit/sail-sharp)\n- [Dapr Score demo](https://github.com/mathieu-benoit/dapr-score-humanitec)\n\n_Note: Do you have a repository, a blog post or a talk using this library? Please add your link in this list above by opening a PR in this repository, thanks!_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscore-spec%2Fcommunity-patchers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscore-spec%2Fcommunity-patchers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscore-spec%2Fcommunity-patchers/lists"}