us dind build
This commit is contained in:
parent
21e36e6b81
commit
40ad369705
@ -3,6 +3,20 @@ stages:
|
|||||||
- upload
|
- upload
|
||||||
- cleanup
|
- cleanup
|
||||||
|
|
||||||
|
|
||||||
|
image: docker:latest
|
||||||
|
tags:
|
||||||
|
- dind
|
||||||
|
services:
|
||||||
|
- name: docker:dind
|
||||||
|
entrypoint: ["env", "-u", "DOCKER_HOST"]
|
||||||
|
command: ["dockerd-entrypoint.sh"]
|
||||||
|
variables:
|
||||||
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
|
DOCKER_DRIVER: overlay2
|
||||||
|
# See https://github.com/docker-library/docker/pull/166
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user