Commit ddeb2677 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason Committed by Jan Provaznik

Update Auto DevOps docker version to 19.03.8

parent 7769878f
---
title: Update Auto DevOps docker version to 19.03.8
merge_request: 29081
author:
type: changed
performance:
stage: performance
image: docker:19.03.5
image: docker:19.03.8
allow_failure: true
variables:
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.5-dind
- docker:19.03.8-dind
script:
- |
if ! docker info &>/dev/null; then
......
build:
stage: build
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.2.0"
image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v0.2.1"
variables:
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.5-dind
- docker:19.03.8-dind
script:
- |
if [[ -z "$CI_COMMIT_TAG" ]]; then
......
code_quality:
stage: test
image: docker:19.03.5
image: docker:19.03.8
allow_failure: true
services:
- docker:19.03.5-dind
- docker:19.03.8-dind
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment