{"id":18289815,"url":"https://github.com/tiredofit/docker-gitlab-runner","last_synced_at":"2025-08-12T14:45:39.973Z","repository":{"id":88407508,"uuid":"101132661","full_name":"tiredofit/docker-gitlab-runner","owner":"tiredofit","description":"Docker CI runner","archived":false,"fork":false,"pushed_at":"2024-06-17T15:22:06.000Z","size":82,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T09:34:49.697Z","etag":null,"topics":["alpine","docker","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/tiredofit.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}},"created_at":"2017-08-23T03:17:18.000Z","updated_at":"2024-06-17T15:22:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"59214157-e7f4-4032-b768-a7554aa06c9a","html_url":"https://github.com/tiredofit/docker-gitlab-runner","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/tiredofit/docker-gitlab-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiredofit%2Fdocker-gitlab-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiredofit%2Fdocker-gitlab-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiredofit%2Fdocker-gitlab-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiredofit%2Fdocker-gitlab-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiredofit","download_url":"https://codeload.github.com/tiredofit/docker-gitlab-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiredofit%2Fdocker-gitlab-runner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270080040,"owners_count":24523644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":["alpine","docker","gitlab-runner"],"created_at":"2024-11-05T14:08:23.601Z","updated_at":"2025-08-12T14:45:39.889Z","avatar_url":"https://github.com/tiredofit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to manually setup Gitlab Runner for Docker\n\n## Create Docker Private Network for Builds\ndocker network create gitlab-runner\n\n## Run Docker in Docker\ndocker run -d --name gitlab-dind --privileged --restart always --network gitlab-runner -v /var/lib/docker tiredofit/docker-dind:latest\n\n## Run GitLab Runner\ndocker run -d --name gitlab-runner --restart always --network gitlab-runner -v \n/config:/etc/gitlab-runner -e DOCKER_HOST=tcp://gitlab-dind:2375 tiredofit/gitlab-runner:latest\n\n- You can also use the docker-compose.yml for the above commands\n\n## Configure Gitlab Runner\ndocker run -it --rm -v /var/local/docker/gitlab-runner/config:/etc/glab-runner tiredofit/gitlab-runner \\\n   register \\\n    --executor docker \\\n    --docker-image docker:git \\\n    --docker-volumes /var/run/docker.sock:/var/run/docker.sock\n\nThere are also additional environment variables.. TBC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiredofit%2Fdocker-gitlab-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiredofit%2Fdocker-gitlab-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiredofit%2Fdocker-gitlab-runner/lists"}