Skip to content
Snippets Groups Projects
Commit c295964a authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

change dind service

parent cb5258cb
No related branches found
No related tags found
1 merge request!165Resolve "Access to scrambled ports not working"
Pipeline #75326 passed with warnings
services:
- name: docker:19.03.12-dind
command: ["--registry-mirror", "http://141.100.70.170:6000"]
variables:
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_IMAGE_SHA: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
......@@ -11,6 +7,10 @@ variables:
before_script:
- echo "override global before script"
image: docker:19.03.12
services:
- name: docker:19.03.12-dind
command: ["--registry-mirror", "http://141.100.70.170:6000", "--dns", "1.1.1.1"]
stage: build
tags:
- dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment