Skip to content
Snippets Groups Projects
Unverified Commit c0bfe369 authored by Nico's avatar Nico
Browse files

remove did and move to bind-mounting docker socket

This allows IPv6 in the build container which is a requirement.
parent c745dd70
No related branches found
No related tags found
1 merge request!1remove did and move to bind-mounting docker socket
Pipeline #3163 passed
image: docker:latest image: docker:latest
services:
- name: docker:dind
# MTU 1400 for hetzner vSwitch
command: ["--mtu=1400"]
stages: stages:
- build - build
variables: variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment