Skip to content

Repository files navigation

GitLab Runner

This is an extension of image gitlab/gitlab-runner.

Supported tags and respective Dockerfile links

Usage

docker run -d --name gitlab-runner --restart always \
-e GITLAB_SERVER=your.gitlab.server \
-e GITLAB_TOKEN=your-server-token \
-v /var/run/docker.sock:/var/run/docker.sock \
rbsdev/gitlab-runner:latest

Environment

A set of environment variables could be used

NameDefaultDescription
GITLAB_SERVERgitlab.comGitlab server to connect
GITLAB_TOKENemptyToken required by server
COMMA_SEPARATED_TAGSdockerTags to register the runner
GIT_SSL_NO_VERIFYemptyEnvironment variable
SRC_VOLUMEemptySource directory to mount volume (requires to fill DST_VOLUME)
DST_VOLUMEemptyDestination directory to mount volume (requires to fill DST_VOLUME)
http_proxyemptySet proxy on runner
https_proxyemptySet proxy on runner

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages