{"id":17003286,"url":"https://github.com/webyneter/gitlab-ci-docker-runner","last_synced_at":"2026-07-02T07:32:08.739Z","repository":{"id":101934686,"uuid":"148687954","full_name":"webyneter/gitlab-ci-docker-runner","owner":"webyneter","description":"Docker image-based GitLab CI Runner","archived":false,"fork":false,"pushed_at":"2020-06-19T14:19:42.000Z","size":100,"stargazers_count":2,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-08T01:19:11.912Z","etag":null,"topics":["docker","gitlab-ci","runner"],"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/webyneter.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":"2018-09-13T19:33:14.000Z","updated_at":"2020-02-17T21:29:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"37eac60e-b79d-4445-ae42-b602d849554d","html_url":"https://github.com/webyneter/gitlab-ci-docker-runner","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/webyneter/gitlab-ci-docker-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fgitlab-ci-docker-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fgitlab-ci-docker-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fgitlab-ci-docker-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fgitlab-ci-docker-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webyneter","download_url":"https://codeload.github.com/webyneter/gitlab-ci-docker-runner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fgitlab-ci-docker-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35038239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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","gitlab-ci","runner"],"created_at":"2024-10-14T04:30:13.232Z","updated_at":"2026-07-02T07:32:08.707Z","avatar_url":"https://github.com/webyneter.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab CI Docker Runner \n\nDocker-based GitLab CI Runner image.\n\n![Docker Build Status](https://img.shields.io/docker/build/webyneter/gitlab-ci-docker-runner.svg) ![MicroBadger Size](https://img.shields.io/microbadger/image-size/webyneter/gitlab-ci-docker-runner.svg) ![Docker Pulls](https://img.shields.io/docker/pulls/webyneter/gitlab-ci-docker-runner.svg) ![Docker Stars](https://img.shields.io/docker/stars/webyneter/gitlab-ci-docker-runner.svg) \n\n## What's Inside\n\n### Packages\n\n* [Docker](https://hub.docker.com/_/docker/)\n* [Docker Compose](https://pypi.org/project/docker-compose/)\n* [Ansible](https://pypi.org/project/ansible/)\n* [AWS CLI](https://pypi.org/project/awscli/)\n\nThese are kept up-to-date on a best-effort basis.\n\n### Executables\n\n* `print_info`: Prints runtime environment info\n* `ssh_add_private_key`: `ssh-add`s the runner's private key\n\n### Environment variables expected to be present\n\n[This is how you set GitLab CI secret environment variables](https://docs.gitlab.com/ee/ci/variables/#variables).\n\n* `CI_RUNNER_SSH_PRIVATE_KEY`: an unencrypted private key (as string) which the associated public key has been authorized to access your remote host; required by `ssh_add_private_key`\n\n## Use Cases\n\n### GitLab CI\n\n```yaml\n# .gitlab-ci.yml\n\nimage: webyneter/gitlab-ci-docker-runner:docker-18.06-dockercompose-1.22.0-ansible-2.6.4-awscli-1.16.14\n\nservices:\n- docker:dind\n\nstages:\n- build\n- deploy\n\n.base_before_script: \u0026base_before_script |\n  print_info\n\nbuild:\n  stage: build\n  before_script:\n  - *base_before_script\n  - $(aws --region us-east-2 ecr get-login --no-include-email)\n  script:\n  - docker-compose build\n  - docker-compose push\n\ndeploy:\n  stage: deploy\n  variables:\n    ANSIBLE_VAULT_PASSWORD_FILE_NAME: \".vault_password\"\n  before_script:\n  - *base_before_script\n  - ssh_add_private_key\n  script:\n  - # Deployment script...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebyneter%2Fgitlab-ci-docker-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebyneter%2Fgitlab-ci-docker-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebyneter%2Fgitlab-ci-docker-runner/lists"}