{"id":17152337,"url":"https://github.com/jeongukjae/github-actions-dockerized","last_synced_at":"2026-04-29T08:05:33.225Z","repository":{"id":90418546,"uuid":"221602158","full_name":"jeongukjae/github-actions-dockerized","owner":"jeongukjae","description":"Example of dockerized Self-hosted runner for GitHub Actions.","archived":false,"fork":false,"pushed_at":"2019-11-14T05:50:00.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:51:33.330Z","etag":null,"topics":["docker-image","github-actions","github-actions-docker"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/jeongukjae.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":"2019-11-14T03:19:09.000Z","updated_at":"2019-11-14T05:50:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"61be3eb3-9358-403b-af87-5f1d62780893","html_url":"https://github.com/jeongukjae/github-actions-dockerized","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeongukjae/github-actions-dockerized","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeongukjae%2Fgithub-actions-dockerized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeongukjae%2Fgithub-actions-dockerized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeongukjae%2Fgithub-actions-dockerized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeongukjae%2Fgithub-actions-dockerized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeongukjae","download_url":"https://codeload.github.com/jeongukjae/github-actions-dockerized/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeongukjae%2Fgithub-actions-dockerized/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-actions","github-actions-docker"],"created_at":"2024-10-14T21:43:26.752Z","updated_at":"2026-04-29T08:05:33.216Z","avatar_url":"https://github.com/jeongukjae.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions Dockerized\n\nDockerized Self-hosted runner for GitHub Actions.\n\nThis repository is inspired by [GitHub Blog: Self-hosted runners for GitHub Actions is now in beta](https://github.blog/2019-11-05-self-hosted-runners-for-github-actions-is-now-in-beta/).\n\n## Python\n\n### Usage\n\n```sh\ndocker pull docker.pkg.github.com/jeongukjae/github-actions-dockerized/python:latest-2.160.2\ndocker run \\\n  -eREPOSITORY=${YOUR_REPOSITORY_INCLUDING_ORAGANIZATION} \\\n  -eTOKEN=${TOKEN_ISSUED_FOR_YOUR_REPOSITORY} \\\n  -eNAME=${OPTIONAL__NAME_OF_RUNNER} \\\n  -eWORKDIR=${OPTIONAL__WORKDIR_OF_RUNNER} \\\n  docker.pkg.github.com/jeongukjae/github-actions-dockerized/python:latest-2.160.2\n```\n\nYou can check your token in Actions tab from your repository’s settings.\n\nex\u003e\n\n```sh\ndocker pull docker.pkg.github.com/jeongukjae/github-actions-dockerized/python:latest-2.160.2\ndocker run \\\n  -eREPOSITORY=jeongukjae/github-actions-dockerized \\\n  -eTOKEN=AKDIG..................... \\\n  -eNAME=test-runner \\\n  docker.pkg.github.com/jeongukjae/github-actions-dockerized/python:latest-2.160.2\n```\n\n### Image Name \u0026 Tags\n\nformat: `docker.pkg.github.com/jeongukjae/github-actions-dockerized/python:${PYTHON_VERSION}-${ACTIONS_RUNNER_VERSION}`\n\nAvailable `PYTHON_VERSION`:\n\n* 3.6\n* 3.7\n* 3.8\n\nAvailable `ACTIONS_RUNNER_VERSION`:\n\n* 2.160.2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeongukjae%2Fgithub-actions-dockerized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeongukjae%2Fgithub-actions-dockerized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeongukjae%2Fgithub-actions-dockerized/lists"}