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: services:
gitlab-runner-config: gitlab-runner-config:
image: gitlab/gitlab-runner:alpine-v9.3.0 image: gitlab/gitlab-runner:alpine-v9.4.1
stdin_open: true stdin_open: true
volumes: volumes:
- /etc/gitlab-runner/ - /etc/gitlab-runner/
@ -31,7 +31,7 @@ services:
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
gitlab-runner: gitlab-runner:
image: gitlab/gitlab-runner:alpine-v9.3.0 image: gitlab/gitlab-runner:alpine-v9.4.1
stdin_open: true stdin_open: true
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock

View File

@ -2,7 +2,7 @@ version: '2'
catalog: catalog:
name: "gitlab-multi-runner" 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." description: "a Gitlab pipelines multi-runner, that will spawn privates runners in your infra."
minimum_rancher_version: v1.5.0 minimum_rancher_version: v1.5.0
# maximum_rancher_version: # maximum_rancher_version:

View File

@ -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: 9.3.0 version: 9.4.1
category: Continuous Integration category: Continuous Integration

View File

@ -15,7 +15,7 @@ services:
- ${https_port}:443/tcp - ${https_port}:443/tcp
labels: labels:
io.rancher.container.hostname_override: container_name 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: volumes:
- gitlab-app-data:/var/opt/gitlab - gitlab-app-data:/var/opt/gitlab
- gitlab-log-data:/var/log/gitlab - gitlab-log-data:/var/log/gitlab

View File

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

View File

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