From c0bfe3698e0827f845763e9c31d7a45cd305a77c Mon Sep 17 00:00:00 2001
From: Nico Boehr <nico@nicoboehr.de>
Date: Sat, 2 Nov 2024 16:27:38 +0100
Subject: [PATCH] remove did and move to bind-mounting docker socket

This allows IPv6 in the build container which is a requirement.
---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83316cb..62d17c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,16 +1,10 @@
 image: docker:latest
 
-services:
-  - name: docker:dind
-    # MTU 1400 for hetzner vSwitch
-    command: ["--mtu=1400"]
-
 stages:
 - build
 
 variables:
   IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
-  DOCKER_HOST: tcp://docker:2375
   DOCKER_TLS_CERTDIR: ""
 
 cache:
-- 
GitLab