[2.13] Update base image to v2.12.7 (#6295)

* Use v2.12.7 base image for CI

* Use 19.03.9 in localhost CI (#6201)
This commit is contained in:
Maxime Guyot
2020-06-22 13:32:39 +02:00
committed by GitHub
parent 3d6b9d6c15
commit 6bfc133d6c
2 changed files with 5 additions and 2 deletions

View File

@@ -74,8 +74,11 @@ packet_centos7-calico-ha-once-localhost:
stage: deploy-part2
extends: .packet
when: on_success
variables:
# This will instruct Docker not to start over TLS.
DOCKER_TLS_CERTDIR: ""
services:
- docker:18.09.9-dind
- docker:19.03.9-dind
packet_centos8-kube-ovn:
stage: deploy-part2