mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -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:
|
||||
stage: build
|
||||
image: docker:latest
|
||||
services: ['docker:dind']
|
||||
services:
|
||||
- name: docker:dind
|
||||
command: ["--mtu=1100"] # very low, safe value -.-
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue