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

View File

@ -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

View File

@ -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:

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

View File

@ -15,7 +15,7 @@ services:
- ${https_port}:443/tcp
labels:
io.rancher.container.hostname_override: container_name
image: gitlab/gitlab-ce:9.3.3-ce.0
image: gitlab/gitlab-ce:9.4.2-ce.0
volumes:
- gitlab-app-data:/var/opt/gitlab
- gitlab-log-data:/var/log/gitlab

View File

@ -1,6 +1,6 @@
.catalog:
name: Gitlab Community
version: 9.3.3-ce.0
version: 9.4.2-ce.0
description: |
Gitlab CE is a free GitHub alternative
minimum_rancher_version: v0.56.0

View File

@ -1,5 +1,5 @@
name: Gitlab Community
description: |
Gitlab CE is a free GitHub alternative
version: 9.3.3-ce.0
version: 9.4.2-ce.0
category: Versioning