As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 2cdd633f authored by Nick Thomas's avatar Nick Thomas
Browse files

Merge branch '512-docker-20.10.3' into 'main'

Use Docker 20.10.3 instead of 19.03.0 on build

Closes #512

See merge request gitlab-org/gitlab-shell!456
parents f2d15d40 29786338
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment