This commit is contained in:
bacon
2024-03-20 23:58:06 +03:00
parent 5ee3403c3f
commit 43457b7fc1

View File

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