Use 'docker:20-dind' image for GitLab CI, for better reliability

Instead of the 'docker:dind', which use the 'stable' version of Docker
This commit is contained in:
Tortue Torche 2021-11-30 18:01:51 +01:00
parent 4709863f1f
commit bdf3aecd5e

View File

@ -23,7 +23,7 @@ stages:
.build_template: &build_definition
stage: build
services:
- docker:dind
- docker:20-dind
except:
refs:
- gitlab-pages
@ -80,7 +80,7 @@ build:debian-core:
.test_template: &test_definition
stage: test
services:
- name: docker:dind
- name: docker:20-dind
alias: cluster
except:
refs:
@ -122,7 +122,7 @@ test:portainer-latest:debian:
release:
stage: deploy
services:
- docker:dind
- docker:20-dind
except:
refs:
- gitlab-pages