Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/docker-gitlab-runner
gitlab-ci-multi-runner with automated registration support
https://github.com/cybertk/docker-gitlab-runner
Last synced: 4 days ago
JSON representation
gitlab-ci-multi-runner with automated registration support
- Host: GitHub
- URL: https://github.com/cybertk/docker-gitlab-runner
- Owner: cybertk
- License: mit
- Created: 2015-11-12T17:08:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T14:59:39.000Z (over 6 years ago)
- Last Synced: 2024-11-14T12:54:07.875Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-gitlab-runner
> gitlab-ci-multi-runner with automated registration
[![Build Status](https://travis-ci.org/cybertk/docker-gitlab-runner.svg)](https://travis-ci.org/cybertk/docker-gitlab-runner)
[![Docker Hub](https://img.shields.io/badge/docker-ready-blue.svg)](https://registry.hub.docker.com/u/quanlong/gitlab-runner/)
[![Docker image layers and size](https://badge.imagelayers.io/quanlong/gitlab-runner:latest.svg)](https://imagelayers.io/?images=quanlong/gitlab-runner:latest 'Get your own badge on imagelayers.io')## Why **cybertk/docker-gitlab-runner**?
- Very small image size, ~26M
- Single command to boot up the GitLab runner with automatation registration
- **docker-compose** friendly, all configurations can stored in `docker-compose.yml`## Getting Started
```bash
docker run -e CI_SERVER_URL=https://gitlab.com/ci -e REGISTRATION_TOKEN=xxxxxx quanlong/gitlab-runner
```## License
MIT license