Use 19.03.9 in localhost CI (#6201)
This commit is contained in:
parent
750db9139a
commit
b98cb74f5e
1 changed files with 5 additions and 3 deletions
|
@ -73,10 +73,12 @@ packet_debian10-containerd:
|
||||||
packet_centos7-calico-ha-once-localhost:
|
packet_centos7-calico-ha-once-localhost:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
extends: .packet
|
extends: .packet
|
||||||
# Problem with docker-cli client
|
when: on_success
|
||||||
when: manual
|
variables:
|
||||||
|
# This will instruct Docker not to start over TLS.
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
services:
|
services:
|
||||||
- docker:18.09.9-dind
|
- docker:19.03.9-dind
|
||||||
|
|
||||||
packet_centos8-kube-ovn:
|
packet_centos8-kube-ovn:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
|
|
Loading…
Reference in a new issue