Sign inSign up

anzevalher/gitlab-runner

By anzevalher

Updated almost 7 years ago

Gitlab Runner build from source (gitlab.com/gitlab-org/gitlab-runner).

Image
1

10K+

anzevalher/gitlab-runner repository overview

Docker Image notes

  • Operating System:
    BusyBox

  • Service user:
    root (0)

  • User for executing shell scripts:
    gitlab-runner (201)

  • Binary location:
    /usr/sbin/

  • Config location:
    /etc/gitlab-runner/config.toml
  • Working directory:
    /home/gitlab-runner/
  • Volumes:
    /etc/gitlab-runner/, /home/gitlab-runner/

Quick start

  • Start runner:
    docker run --volume /path/to/config/:/etc/gitlab-runner/ --name gitlab-runner anzevalher/gitlab-runner:latest
  • Register runner:
    docker exec --interactive --tty gitlab-runner gitlab-runner register

Quick reference

Tag summary

Content type

Image

Digest

Size

14.1 MB

Last updated

almost 7 years ago

docker pull anzevalher/gitlab-runner