Testing without use of DinD
This commit is contained in:
@@ -18,11 +18,7 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
REGISTER_LOCKED: false # Lock Runner for current project
|
REGISTER_LOCKED: false # Lock Runner for current project
|
||||||
DOCKER_IMAGE: docker:latest # Docker image to be used
|
DOCKER_IMAGE: docker:latest # Docker image to be used
|
||||||
DOCKER_PRIVILEGED: true # Give extended privileges to container
|
DOCKER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock" # TLS Enabled
|
||||||
DOCKER_EXTRA_HOSTS: gitlab:${GITLAB_IP} # Add a custom host-to-IP mapping
|
|
||||||
DOCKER_HOST: tcp://docker:2375/ # Docker daemon address
|
|
||||||
DOCKER_TLS_CERTDIR: "/certs" # TLS Enabled
|
|
||||||
DOCKER_VOLUMES: "/certs/client" # TLS Enabled
|
|
||||||
external_links:
|
external_links:
|
||||||
{{- if .Values.GITLAB_LINK}}
|
{{- if .Values.GITLAB_LINK}}
|
||||||
- ${GITLAB_LINK}:gitlab
|
- ${GITLAB_LINK}:gitlab
|
||||||
@@ -53,11 +49,7 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
REGISTER_LOCKED: false # Lock Runner for current project
|
REGISTER_LOCKED: false # Lock Runner for current project
|
||||||
DOCKER_IMAGE: docker:latest # Docker image to be used
|
DOCKER_IMAGE: docker:latest # Docker image to be used
|
||||||
DOCKER_PRIVILEGED: true # Give extended privileges to container
|
DOCKER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock" # TLS Enabled
|
||||||
DOCKER_EXTRA_HOSTS: gitlab:${GITLAB_IP} # Add a custom host-to-IP mapping
|
|
||||||
DOCKER_HOST: tcp://docker:2375/ # Docker daemon address
|
|
||||||
DOCKER_TLS_CERTDIR: "/certs" # TLS Enabled
|
|
||||||
DOCKER_VOLUMES: "/certs/client" # TLS Enabled
|
|
||||||
{{- if .Values.GITLAB_LINK}}
|
{{- if .Values.GITLAB_LINK}}
|
||||||
external_links:
|
external_links:
|
||||||
- ${GITLAB_LINK}:gitlab
|
- ${GITLAB_LINK}:gitlab
|
||||||
|
|||||||
Reference in New Issue
Block a user