us dind build

This commit is contained in:
Lukas Heiligenbrunner 2020-11-09 10:39:21 +00:00
parent 21e36e6b81
commit 40ad369705

View File

@ -3,6 +3,20 @@ stages:
- upload
- 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:
stage: build
script: