summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-02-27 16:51:01 +0000
committerTakuya Noguchi <takninnovationresearch@gmail.com>2021-02-27 16:54:57 +0000
commit29786338d24879534fa1235e53ca3838a65037ed (patch)
tree67e847f5f1a49f80d3b52acd9224d5167fcffb72
parentf2d15d40450b543341c4d040b1cdf719d380eebf (diff)
downloadgitlab-shell-512-docker-20.10.3.tar.gz
Use Docker 20.10.3 instead of 19.03.0 on build512-docker-20.10.3
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ae65d2..fc588f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ include:
- template: Security/Secret-Detection.gitlab-ci.yml
variables:
- DOCKER_VERSION: "19.03.0"
+ DOCKER_VERSION: "20.10.3"
workflow:
rules: &workflow_rules
@@ -25,10 +25,6 @@ default:
image: docker:${DOCKER_VERSION}
services:
- docker:${DOCKER_VERSION}-dind
- variables:
- DOCKER_DRIVER: overlay2
- DOCKER_HOST: tcp://docker:2375
- DOCKER_TLS_CERTDIR: ""
tags:
# See https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/7019 for tag descriptions
- gitlab-org-docker