testing with a different dind image
This commit is contained in:
parent
c98c15ef20
commit
ce46bd5efa
@ -1,14 +1,14 @@
|
|||||||
image: docker:latest
|
image: docker:19.03.0-dind
|
||||||
services:
|
# services:
|
||||||
- name: docker:dind
|
# - name: docker:dind
|
||||||
entrypoint: ["env", "-u", "DOCKER_HOST"]
|
# entrypoint: ["env", "-u", "DOCKER_HOST"]
|
||||||
command: ["dockerd-entrypoint.sh"]
|
# command: ["dockerd-entrypoint.sh"]
|
||||||
|
|
||||||
variables:
|
# variables:
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
# DOCKER_HOST: tcp://docker:2375/
|
||||||
DOCKER_DRIVER: overlay2
|
# DOCKER_DRIVER: overlay2
|
||||||
# See https://github.com/docker-library/docker/pull/166
|
# # See https://github.com/docker-library/docker/pull/166
|
||||||
DOCKER_TLS_CERTDIR: ""
|
# DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- linting
|
- linting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user