mirror of https://github.com/aliasrobotics/cai.git
Try out alias
as specified in https://forums.docker.com/t/error-error-during-connect-get-http-docker-2375-ping-dial-tcp-lookup-docker-on-10-10-15-22-server-misbehaving/138383/9 Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
561729a014
commit
6fd352e1cd
|
|
@ -7,7 +7,9 @@
|
|||
stage: build
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
- name: docker:dind
|
||||
# NOTE: The alias is key to resolving the DNS issue.
|
||||
alias: docker
|
||||
before_script:
|
||||
# - echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $CI_REGISTRY;
|
||||
- |
|
||||
|
|
|
|||
Loading…
Reference in New Issue