mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 13:45:45 -05:00
gitlab-ci: override docker dind mtu
sigh. -.-
This commit is contained in:
parent
eb13a7d093
commit
6961cb7f36
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@ pytest:
|
||||||
build_docker:
|
build_docker:
|
||||||
stage: build
|
stage: build
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
services: ['docker:dind']
|
services:
|
||||||
|
- name: docker:dind
|
||||||
|
command: ["--mtu=1100"] # very low, safe value -.-
|
||||||
variables:
|
variables:
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue