{"id":19267685,"url":"https://github.com/binary-braids/github-actions-runner","last_synced_at":"2026-04-01T18:03:25.009Z","repository":{"id":233279954,"uuid":"786232837","full_name":"binary-braids/github-actions-runner","owner":"binary-braids","description":"GitHub Actions Runner configured using Dockerfile","archived":false,"fork":false,"pushed_at":"2026-03-26T17:30:04.000Z","size":346,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T07:23:10.925Z","etag":null,"topics":["docker","github-actions","github-actions-docker","github-actions-runner"],"latest_commit_sha":null,"homepage":"","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/binary-braids.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-04-13T20:24:58.000Z","updated_at":"2026-03-21T01:07:37.000Z","dependencies_parsed_at":"2024-06-28T10:03:22.413Z","dependency_job_id":"51b34dc1-3ced-49bf-b6e9-aa1fac6b52ad","html_url":"https://github.com/binary-braids/github-actions-runner","commit_stats":null,"previous_names":["binary-braids/github-actions-runner"],"tags_count":202,"template":false,"template_full_name":null,"purl":"pkg:github/binary-braids/github-actions-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fgithub-actions-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fgithub-actions-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fgithub-actions-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fgithub-actions-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binary-braids","download_url":"https://codeload.github.com/binary-braids/github-actions-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fgithub-actions-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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","github-actions","github-actions-docker","github-actions-runner"],"created_at":"2024-11-09T20:13:45.007Z","updated_at":"2026-04-01T18:03:24.966Z","avatar_url":"https://github.com/binary-braids.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![binary-braids](./src/img/binary-braids-logo.png)](https://www.github.com/binary-braids)\n\n# [binary-braids/github-actions-runner](https://github.com/binary-braids/github-actions-runner)\n\nA self-hosted runner is a system that you deploy and manage to execute jobs from GitHub Actions on GitHub.com\n\n![GitHub Actions](https://github.com/binary-braids/github_actions_runner/actions/workflows/main.yml/badge.svg)\n[![HitCount](https://hits.dwyl.com/binary-braids/github-actions-runner.svg?style=for-the-badge\u0026show=unique)](http://hits.dwyl.com/binary-braids/github-actions-runner)\n[![renovate](https://img.shields.io/badge/renovate-enabled-brightgreen?style=for-the-badge\u0026logo=renovatebot)](https://github.com/renovatebot/renovate)\n[![Trivy](https://img.shields.io/badge/trivy-enabled-brightgreen?style=for-the-badge\u0026logo=trivy)](https://trivy.dev)\n\n[![github](./src/img/github-mark.png)](https://www.github.com)\n\n## Table of Contents\n\n- [Configuration](#configuration)\n  - [Prerequisites](#prerequisites)\n  - [Required Environment Variables](#required-environment-variables)\n  - [Optional Environment Variables](#optional-environment-variables)\n- [Available Architecture](#available-architecture)\n- [Examples](#examples)\n  - [Docker Compose](#docker-compose)\n  - [Docker CLI](#docker-cli)\n- [Support](#support)\n  - [Issues](#issues)\n  - [Feature Requests](#feature-requests)\n  - [Updates](#updates)\n\n## Configuration\n\n### Prerequisites\n\nYou will need to generate a GitHub Personal Access Token to use with the container image. This will allow the runner to register with your specified organization. \n\nTo generate a token follow this guide: [Managing your personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)\n\n\n\u003e[!NOTE]\n\u003e You will need to grant the `Read and write` permissions under `Self-hosted runners` for Fine-grained tokens or `manage_runners:org` permissions for classic tokens\n\n### Required Environment Variables\n\n| Variable | Description |\n| ---- | --- |\n| ORGANIZATION | The GitHub Organization Name |\n| ACCESS_TOKEN | The Access Token to allow the runner to register to the organization. |\n\n### Optional Environment Variables\n\n| Variable | Description |\n| ---- | --- |\n| USE_HOSTNAME | If set to `TRUE` then the container name will be used as the runner name. Defaults to `FALSE` |\n| CUSTOM_NAME | Use this option to configure a custom name for the runner |\n\n## Available Architecture\n\n| Architecture | Available | Tag |\n| :----: | :----: | ---- |\n| x86-64 | ✅ | amd64-\\\u003cversion tag\\\u003e |\n| arm64 | ✅ | arm64-\\\u003cversion tag\\\u003e |\n\n## Examples\n\n### Docker Compose\n\n```yaml\nservices:\n  github-actions-runner:\n    image: ghcr.io/binary-braids/github-actions-runner:latest\n    container_name: github-actions-runner\n    environment:\n      - ORGANIZATION=\u003cGithub Org ID\u003e\n      - ACCESS_TOKEN=\u003cGitHub Org Access Token\u003e\n    restart: unless-stopped\n```\n\n### Docker CLI\n\n```bash\ndocker run -d \\\n  --name=github-actions-runner \\\n  --e ORGANIZATION=\u003cGithub Org ID\u003e \\\n  --e ACCESS_TOKEN=\u003cGitHub Org Access Token\u003e \\\n  ghcr.io/binary-braids/github-actions-runner:latest\n```\n\n## Support\nThis image is provided as is and is a hobby project. With that being said, please see below on details for support.\n\n### Issues\n\n- Please submit a new [Issue](https://github.com/binary-braids/github-actions-runner/issues/new) if you encounter any bugs or issues\n\n### Feature Requests\n\n- You are welcome to submit a feature request but no timeline or guarantee will be provided regarding implentation thereof\n\n### Updates\n\n- The image will be updated from time to time based on fixes or new features\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-braids%2Fgithub-actions-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinary-braids%2Fgithub-actions-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-braids%2Fgithub-actions-runner/lists"}