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: performance:
stage: performance stage: performance
image: docker:19.03.5 image: docker:19.03.8
allow_failure: true allow_failure: true
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
services: services:
- docker:19.03.5-dind - docker:19.03.8-dind
script: script:
- | - |
if ! docker info &>/dev/null; then if ! docker info &>/dev/null; then
......
build: build:
stage: 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: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
services: services:
- docker:19.03.5-dind - docker:19.03.8-dind
script: script:
- | - |
if [[ -z "$CI_COMMIT_TAG" ]]; then if [[ -z "$CI_COMMIT_TAG" ]]; then
......
code_quality: code_quality:
stage: test stage: test
image: docker:19.03.5 image: docker:19.03.8
allow_failure: true allow_failure: true
services: services:
- docker:19.03.5-dind - docker:19.03.8-dind
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" 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