docker-gitlab-ci-runner icon indicating copy to clipboard operation
docker-gitlab-ci-runner copied to clipboard

Dockerfile to build a base GitLab CI Runner container image.

Results 4 docker-gitlab-ci-runner issues
Sort by recently updated
recently updated
newest added

ubuntu 14 what user should i user execute this command? mkdir -p /opt/gitlab-ci-runner docker run --name gitlab-ci-runner -it --rm \ -v /opt/gitlab-ci-runner:/home/gitlab_ci_runner/data \ sameersbn/gitlab-ci-runner:5.2.1 app:setup

Hi, i already installed my gitlab and gitlab ci but when installing gitlab-ci-runner i receive this error. any idea? Registering runner as with registration token: 5e1380dfcc2e, url: http://192.168.2.19:10080/. /usr/lib/ruby/2.1.0/net/http.rb:879:in `initialize':...

I tried to make the runner customizable by an ENV var, but somehow I was not able to set the user like so in `assets/setup/install` or `assets/init`: ``` GITLAB_CI_RUNNER_USER=${GITLAB_CI_RUNNER_USER:root} ```...

Subscribe to this issue to get notified about project announcements. This is mainly created so that you can keep up with the changes in the application stack. **Please do not...