Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 8174a8c

Browse files
committed
tests:pin EL7 for nikola-el8 scenari to workaorund a Docker bug
1 parent b8a608c commit 8174a8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

molecule/nikola-el8/molecule.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
scenario:
33
name: nikola-el8
4+
# pin centos version to workaround a bug in Docker
5+
# https://github.com/docker/for-linux/issues/835
6+
# https://github.com/systemd/systemd/issues/11752
47
platforms:
58
- name: ansible-test-builder
69
# LXD
@@ -12,9 +15,9 @@ platforms:
1215
- name: ansible-test-web
1316
# LXD
1417
source:
15-
alias: 'centos/8/amd64'
18+
alias: 'centos/7/amd64'
1619
# Docker
17-
image: 'centos:8'
20+
image: 'centos:7.6.1810'
1821
provisioner:
1922
inventory:
2023
group_vars:

0 commit comments

Comments
 (0)