Update .gitlab-ci.yml, use latest docker images
This commit is contained in:
parent
671a4cac96
commit
46d1858893
1 changed files with 4 additions and 2 deletions
|
|
@ -3,9 +3,11 @@
|
||||||
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
|
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
|
||||||
# Note that environment variables can be set in several places
|
# Note that environment variables can be set in several places
|
||||||
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
|
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
|
||||||
image: docker:19.03
|
#image: docker:19.03
|
||||||
|
image: docker:dind
|
||||||
services:
|
services:
|
||||||
- docker:19.03-dind
|
#- docker:19.03-dind
|
||||||
|
- docker:dind
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2376
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue