{"id":24884260,"url":"https://github.com/dreknix/docker-compose-gitlab-runner","last_synced_at":"2026-05-03T19:33:08.760Z","repository":{"id":228603903,"uuid":"774448711","full_name":"dreknix/docker-compose-gitlab-runner","owner":"dreknix","description":"Docker compose GitLab runner instance","archived":false,"fork":false,"pushed_at":"2024-04-18T08:59:06.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T09:46:55.410Z","etag":null,"topics":["docker","docker-compose","gitlab-runner"],"latest_commit_sha":null,"homepage":"","language":null,"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/dreknix.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":"2024-03-19T15:11:47.000Z","updated_at":"2024-03-19T15:14:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b551a91-cee2-4b6f-92d7-ebe232208d0b","html_url":"https://github.com/dreknix/docker-compose-gitlab-runner","commit_stats":null,"previous_names":["dreknix/docker-compose-gitlab-runner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dreknix/docker-compose-gitlab-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fdocker-compose-gitlab-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fdocker-compose-gitlab-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fdocker-compose-gitlab-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fdocker-compose-gitlab-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreknix","download_url":"https://codeload.github.com/dreknix/docker-compose-gitlab-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fdocker-compose-gitlab-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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","docker-compose","gitlab-runner"],"created_at":"2025-02-01T14:26:39.029Z","updated_at":"2026-05-03T19:33:08.717Z","avatar_url":"https://github.com/dreknix.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker compose instance for GitLab runner\n\n## Register GitLab runner\n\nSince GitLab 16.0 the process how to register a GitLab runner has changed.\n\n### Create runner\n\n#### Via GitLab GUI\n\nWhen creating a runner the place to create a runner depends on the type of\nrunner (instance, group, project).\n\n* Group runner: `Build` -\u003e `Runners` -\u003e `New group runner`\n* Project runner: `Settings` -\u003e `CI/CD` -\u003e `Runners` -\u003e `New project runner`\n\nGet the authentication token of the runner.\n\n### Via GitLab API\n\nFirst you need an API token for creating a runner:\n\n```\nhttps://gitlab.example.com/-/user_settings/personal_access_tokens?name=GitLab+runner+token\u0026scopes=read_api,create_runner\n```\n\nCreate the Python GitLab configuration (`.python-gitlab.yml`):\n\n``` console\ntask gitlab:create-config -- \u003cGITLAB_TOKEN\u003e\n```\n\nCreate a project runner for project 4711:\n\n``` console\n$ task gitlab:runner:create-project -- 4711 \"GitLab runner test instance\"\nid: 911\ntoken: glrt-XXXXXXXXXXXXXXXXXXXX\n```\n\nUse the token for registering the runner.\n\n### Register runner\n\nAfter a runner is created the authentication token can be used for registering\nthe runner.\n\n``` console\ntask gitlab:runner:register -- glrt-XXXXXXXXXXXXXXXXXXXX\n```\n\n!!! todo\n\n    Register runner with [template](\n    https://docs.gitlab.com/runner/register/#register-with-a-configuration-template).\n\n## License\n\n[MIT](https://github.com/dreknix/docker-compose-gitlab-runner/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreknix%2Fdocker-compose-gitlab-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreknix%2Fdocker-compose-gitlab-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreknix%2Fdocker-compose-gitlab-runner/lists"}