From 43457b7fc18381f3c10a881881808a39b7c018c3 Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 20 Mar 2024 23:58:06 +0300 Subject: [PATCH] docker --- .gitlab-ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b56afe2..a7a2c25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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