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

Commit

Permalink
tests:pin EL7 for nikola-el8 scenari to workaorund a Docker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
duck-rh committed Jul 9, 2020
1 parent b8a608c commit 8174a8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions molecule/nikola-el8/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
scenario:
name: nikola-el8
# pin centos version to workaround a bug in Docker
# https://github.com/docker/for-linux/issues/835
# https://github.com/systemd/systemd/issues/11752
platforms:
- name: ansible-test-builder
# LXD
Expand All @@ -12,9 +15,9 @@ platforms:
- name: ansible-test-web
# LXD
source:
alias: 'centos/8/amd64'
alias: 'centos/7/amd64'
# Docker
image: 'centos:8'
image: 'centos:7.6.1810'
provisioner:
inventory:
group_vars:
Expand Down

0 comments on commit 8174a8c

Please sign in to comment.