[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -8,7 +8,7 @@ stages:
- deploy-special
variables:
KUBESPRAY_VERSION: v2.12.6
KUBESPRAY_VERSION: v2.12.7
FAILFASTCI_NAMESPACE: 'kargo-ci'
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
ANSIBLE_FORCE_COLOR: "true"

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