docker
This commit is contained in:
@@ -70,15 +70,19 @@ qodana:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
# fill those if you have a proxy in your environment
|
# fill those if you have a proxy in your environment
|
||||||
http_proxy: ""
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
https_proxy: ""
|
DOCKER_DRIVER: overlay2
|
||||||
no_proxy: ""
|
# See https://github.com/docker-library/docker/pull/166
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
# Use this if your GitLab runner does not use socket binding
|
# Use this if your GitLab runner does not use socket binding
|
||||||
# services:
|
# services:
|
||||||
# - docker:dind
|
# - docker:dind
|
||||||
|
|
||||||
|
services:
|
||||||
|
- name: docker:dind
|
||||||
|
entrypoint: [ "env", "-u", "DOCKER_HOST" ]
|
||||||
|
command: [ "dockerd-entrypoint.sh" ]
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
image: docker:24.0.5
|
image: docker:24.0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user