update gitlab-ce to 9.4.2 and gitlab-runner to 9.4.1

This commit is contained in:
Tayyeb
2017-07-30 09:26:06 +04:30
parent d341494352
commit 516cfdff04
6 changed files with 7 additions and 7 deletions
@@ -3,7 +3,7 @@ version: '2'
services:
gitlab-runner-config:
image: gitlab/gitlab-runner:alpine-v9.3.0
image: gitlab/gitlab-runner:alpine-v9.4.1
stdin_open: true
volumes:
- /etc/gitlab-runner/
@@ -31,7 +31,7 @@ services:
io.rancher.container.start_once: 'true'
gitlab-runner:
image: gitlab/gitlab-runner:alpine-v9.3.0
image: gitlab/gitlab-runner:alpine-v9.4.1
stdin_open: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@@ -2,7 +2,7 @@ version: '2'
catalog:
name: "gitlab-multi-runner"
version: "9.3.0"
version: "9.4.1"
description: "a Gitlab pipelines multi-runner, that will spawn privates runners in your infra."
minimum_rancher_version: v1.5.0
# maximum_rancher_version:
+1 -1
View File
@@ -1,5 +1,5 @@
name: gitlab-multi-runner
description: |
a Gitlab pipelines multi-runner, that will spawn privates runners in your infra.
version: 9.3.0
version: 9.4.1
category: Continuous Integration