Skip to content

⚠️ DEPRECATED ::: gitlab-runner on debian stretch. with installed docker daemon and docker-compose

Notifications You must be signed in to change notification settings

ServerContainers/gitlab-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Docker gitlab-runner (servercontainers/gitlab-runner)

maintained by ServerContainers

FAQ - All you need to know about the servercontainers Containers

What is it

This Dockerfile (available as servercontainers/gitlab-runner) and gives you a gitlab-runner with optional docker support in a container.

For Configuration of the Server you use environment Variables and to register run once manually.

It's based on the debian:stretch Image

View in Docker Registry servercontainers/gitlab-runner

View in GitHub ServerContainers/gitlab-runner

Configuration

Run this container a privileged container if you don't plan to disable docker.

Register to GitLab Instance

docker run -ti --rm -v $PWD'/config:/etc/gitlab-runner' --privileged servercontainers/gitlab-runner:latest gitlab-runner register -c /etc/gitlab-runner/config.toml

just answer all the following questions and you'll end up with a gitlab connection.

Envs

  • DISABLE_DOCKER
    • set this to true to disable the docker daemon inside
    • default it's not set and docker is enabled

Volumes

  • /etc/gitlab-runner
    • place to store the gitlab-runner config
    • needed to hold persistent connection to gitlab

About

⚠️ DEPRECATED ::: gitlab-runner on debian stretch. with installed docker daemon and docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages