From dc54f0e8b12563350d8630d4e92185319dc837e6 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 15 Mar 2019 13:38:49 -0400 Subject: [PATCH] Alpine should be fine --- 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 bb55035..4a14996 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:latest + image: gitlab/gitlab-runner:alpine command: - register - --non-interactive @@ -39,7 +39,7 @@ services: volumes: - /RancherCattle/${DATA_DIR}:/etc/gitlab-runner gitlab-runner: - image: gitlab/gitlab-runner:latest + image: gitlab/gitlab-runner:alpine command: - run {{- if .Values.GITLAB_LINK}}