Alpine should be fine
This commit is contained in:
@@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
gitlab-runner-config:
|
gitlab-runner-config:
|
||||||
image: gitlab/gitlab-runner:latest
|
image: gitlab/gitlab-runner:alpine
|
||||||
command:
|
command:
|
||||||
- register
|
- register
|
||||||
- --non-interactive
|
- --non-interactive
|
||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /RancherCattle/${DATA_DIR}:/etc/gitlab-runner
|
- /RancherCattle/${DATA_DIR}:/etc/gitlab-runner
|
||||||
gitlab-runner:
|
gitlab-runner:
|
||||||
image: gitlab/gitlab-runner:latest
|
image: gitlab/gitlab-runner:alpine
|
||||||
command:
|
command:
|
||||||
- run
|
- run
|
||||||
{{- if .Values.GITLAB_LINK}}
|
{{- if .Values.GITLAB_LINK}}
|
||||||
|
|||||||
Reference in New Issue
Block a user