Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

fwoelffel/self-registering-gitlab-runner-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

self-registering-gitlab-runner-docker

## Build

docker build -t self-registering-gitlab-runner-docker .

Run

This is only an example command. You should customize it according to your needs.

docker run \
  --detach \
  --name gitlab-runner \
  --env CI_SERVER_URL=< your Gitlab CI URL > \
  --env REGISTRATION_TOKEN=< your Gitlab CI registration token > \
  --env RUNNER_ENV="GIT_SSL_NO_VERIFY=1" \
  --env DOCKER_DISABLE_CACHE=true \
  --env DOCKER_IMAGE=true \
  --env CONCURRENCY=1 \
  --env REGISTER_RUN_UNTAGGED=true \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  self-registering-gitlab-runner-docker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages