Sign inSign up

flaviostutz/gitlab-runner

By flaviostutz

•Updated over 5 years ago

This Gitlab Runner container uses environment properties to register the container on startup.

Image
1

8.0K

flaviostutz/gitlab-runner repository overview

⁠gitlab runner

This is an extension of official Gitlab Runner container that uses environment properties to register the container on startup.

⁠Usage

docker-compose.yml

version: '3.5'

services:
  gitlab-runner:
    image: flaviostutz/gitlab-runner
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      - GITLAB_URL=https://gitlab.com
      - REGISTRATION_TOKEN=[YOUR_TOKEN_HERE]
      - NAME=Testing name with space
      - TAG_LIST=tag-1,tag-2

Tag summary

Content type

Image

Digest

Size

635.6 MB

Last updated

over 5 years ago

docker pull flaviostutz/gitlab-runner