fixed version to 9.3.0 & synced the catalog item version to the same
This commit is contained in:
@@ -3,7 +3,7 @@ version: '2'
|
||||
services:
|
||||
|
||||
gitlab-runner-config:
|
||||
image: gitlab/gitlab-runner:alpine
|
||||
image: gitlab/gitlab-runner:alpine-v9.3.0
|
||||
stdin_open: true
|
||||
volumes:
|
||||
- /etc/gitlab-runner/
|
||||
@@ -27,9 +27,9 @@ services:
|
||||
labels:
|
||||
io.rancher.container.pull_image: always
|
||||
io.rancher.container.start_once: 'true'
|
||||
|
||||
|
||||
gitlab-runner:
|
||||
image: gitlab/gitlab-runner:alpine
|
||||
image: gitlab/gitlab-runner:alpine-v9.3.0
|
||||
stdin_open: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user