Upgrade gitlab-runner to 10.4.0
This commit is contained in:
parent
3de32d9c36
commit
e6859bb5e0
@ -3,7 +3,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
gitlab-runner-config:
|
gitlab-runner-config:
|
||||||
image: gitlab/gitlab-runner:alpine-v10.3.1
|
image: gitlab/gitlab-runner:alpine-v10.4.0
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/gitlab-runner/
|
- /etc/gitlab-runner/
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
io.rancher.container.start_once: 'true'
|
io.rancher.container.start_once: 'true'
|
||||||
|
|
||||||
gitlab-runner:
|
gitlab-runner:
|
||||||
image: gitlab/gitlab-runner:alpine-v10.3.1
|
image: gitlab/gitlab-runner:alpine-v10.4.0
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: gitlab-multi-runner
|
name: gitlab-multi-runner
|
||||||
description: |
|
description: |
|
||||||
a Gitlab pipelines multi-runner, that will spawn privates runners in your infra.
|
a Gitlab pipelines multi-runner, that will spawn privates runners in your infra.
|
||||||
version: 10.3.1
|
version: 10.4.0
|
||||||
category: Continuous Integration
|
category: Continuous Integration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user