{"id":39401528,"url":"https://github.com/kuju63/github-runner","last_synced_at":"2026-01-18T03:24:36.633Z","repository":{"id":37036141,"uuid":"356851763","full_name":"kuju63/github-runner","owner":"kuju63","description":"Container image for GitHub Actions self hosted runner.","archived":false,"fork":false,"pushed_at":"2024-08-20T23:33:52.000Z","size":50,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-21T01:15:14.945Z","etag":null,"topics":["docker-image","github-runner","runner"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jkurihara/github-runner","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/kuju63.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}},"created_at":"2021-04-11T11:42:02.000Z","updated_at":"2024-08-20T23:33:54.000Z","dependencies_parsed_at":"2024-01-21T11:47:14.092Z","dependency_job_id":null,"html_url":"https://github.com/kuju63/github-runner","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/kuju63/github-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuju63%2Fgithub-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuju63%2Fgithub-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuju63%2Fgithub-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuju63%2Fgithub-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuju63","download_url":"https://codeload.github.com/kuju63/github-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuju63%2Fgithub-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28528038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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-image","github-runner","runner"],"created_at":"2026-01-18T03:24:36.009Z","updated_at":"2026-01-18T03:24:36.626Z","avatar_url":"https://github.com/kuju63.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-runner\n\ngithub-runner is self hosted runner for GitHub. This is working on container.\n\n## How to use\n\n```bash\ndocker run -d --rm --name runner \\\n           -e token=\"Your runner token\" \\\n           -e owner=\"repository owner\" \\\n           -e repo_name=\"repository name\" \\\n           -e runner_name=\"Runner name\" \\\n           -e label=\"label1,label2\" \\\n           github-runner:latest\n```\n\nIf need to set proxy settings, set environment variables of proxy. See [GitHub Docs](https://docs.github.com/ja/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners).\n\n## Setting\n\n### http_proxy / https_proxy\n\n**Optional** This settings are proxy setting.\nSet your proxy server url.\n\nex.\n\n```bash\nhttp://\u003cuser\u003e:\u003cpassword\u003e@hostname:port-number\n```\n\n### runner_name\n\n**Requirement** This is to set runner name.\n\n### token\n\n**Optional** This is to set self hosted runner token.\nThis token is generated by github.\n\n**Warning** Token can't use when restart container, because it is expired.\n\n### owner\n\n**Requirement** This is to set runner owner, for example organization name or user name.\n\nex. kuju63\n\n### repo_name\n\n**Requirement** This is to set repository name. This image is not supported organization runner.\n\nex. github-runner\n\n### label [Optional]\n\nLabeled to Self-Hosted-runner. Details see [here](https://docs.github.com/en/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners).\n\n### group [Optional]\n\nAdd runner to specified self-hosted runner group. Self-hosted runner group is using Organization only.\n\n### tls_no_verify[Optional]\n\nDisable verify process for SSL/TLS. When Proxy server using self-signed certificate, this option is need to set \"1\".\n\n### disable_auto_update [Optional]\n\nOpt-out auto-update to the latest runner version. Use this option, this is need to set \"0\".\nactions/runner\n\nDetails see [GitHub Docs (Controlling runner software updates on self-hosted runners)](https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners#controlling-runner-software-updates-on-self-hosted-runners)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuju63%2Fgithub-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuju63%2Fgithub-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuju63%2Fgithub-runner/lists"}