Added note about using alpine runner

This commit is contained in:
William Miceli
2019-03-15 13:42:38 -04:00
parent 0ea121af95
commit 68e772618a

View File

@@ -2,7 +2,7 @@ version: '2'
services: services:
gitlab-runner-config: gitlab-runner-config:
image: gitlab/gitlab-runner:alpine image: gitlab/gitlab-runner:alpine # Alpine Linux image is designed to use only Docker as the method of spawning runners
command: command:
- register - register
- --non-interactive - --non-interactive
@@ -40,7 +40,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /RancherCattle/${DATA_DIR}:/etc/gitlab-runner - /RancherCattle/${DATA_DIR}:/etc/gitlab-runner
gitlab-runner: gitlab-runner:
image: gitlab/gitlab-runner:alpine image: gitlab/gitlab-runner:alpine # Alpine Linux image is designed to use only Docker as the method of spawning runners
command: command:
- run - run
{{- if .Values.GITLAB_LINK}} {{- if .Values.GITLAB_LINK}}