fixed version to 9.3.0 & synced the catalog item version to the same

This commit is contained in:
Frederic Leger 2017-07-04 23:58:55 +02:00
parent 1bbd24ec53
commit b25242f98e
3 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 image: gitlab/gitlab-runner:alpine-v9.3.0
stdin_open: true stdin_open: true
volumes: volumes:
- /etc/gitlab-runner/ - /etc/gitlab-runner/
@ -29,7 +29,7 @@ services:
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
gitlab-runner: gitlab-runner:
image: gitlab/gitlab-runner:alpine image: gitlab/gitlab-runner:alpine-v9.3.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

View File

@ -2,7 +2,7 @@ version: '2'
catalog: catalog:
name: "gitlab-multi-runner" name: "gitlab-multi-runner"
version: "1.0.0" version: "9.3.0"
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: 1.0.0 version: 9.3.0
category: Continuous Integration category: Continuous Integration