Update CI script for new docker version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-08-02 15:14:31 +02:00
parent f47cbbe81a
commit f2cae46624
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -1,6 +1,6 @@
image: docker:stable
image: docker:19.03
services:
- docker:dind
- docker:19.03-dind
stages:
- build
@ -9,6 +9,7 @@ stages:
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
CONTAINER_BUILDER_IMAGE: $CI_REGISTRY_IMAGE:builder-latest
CONTAINER_TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest