[CI] downgrade dind version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
563c724e82
commit
8db7e38f6d
1 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,13 @@ steps:
|
||||||
- name: build image
|
- name: build image
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2375
|
||||||
commands:
|
commands:
|
||||||
- docker build -t kleph/beer .
|
- docker build -t kleph/beer .
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:dind
|
image: docker:18.09-dind
|
||||||
environment:
|
environment:
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
command: [ "--storage-driver=vfs", "--tls=false" ]
|
command: [ "--storage-driver=vfs", "--tls=false" ]
|
||||||
|
|
Loading…
Reference in a new issue