Skip to content

This is an extension of official Gitlab Runner container with auto registration on startup through TOKEN on ENV

License

Notifications You must be signed in to change notification settings

flaviostutz/gitlab-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an extension of official Gitlab Runner container with auto registration on startup through TOKEN on ENV

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published