From 68e772618a3cfc173c253f8d9f5f58603bfd3a8c Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 15 Mar 2019 13:42:38 -0400 Subject: [PATCH] Added note about using alpine runner --- templates/GitLab-Runner/0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/GitLab-Runner/0/docker-compose.yml b/templates/GitLab-Runner/0/docker-compose.yml index 553c6b3..11e9094 100644 --- a/templates/GitLab-Runner/0/docker-compose.yml +++ b/templates/GitLab-Runner/0/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: 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: - register - --non-interactive @@ -40,7 +40,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock - /RancherCattle/${DATA_DIR}:/etc/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: - run {{- if .Values.GITLAB_LINK}}