Add docker test images for CentOS 7 and 8

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-08-22 12:52:40 +02:00
parent ffe329cd30
commit ac9998f01c
3 changed files with 25 additions and 4 deletions

View file

@ -6,6 +6,14 @@ matrix:
os: linux
env: CONTAINER=gentoo
services: docker
- name: "Centos 7"
os: linux
env: CONTAINER=centos7
services: docker
- name: "Centos 8"
os: linux
env: CONTAINER=centos8
services: docker
- name: "Fedora 28"
os: linux
env: CONTAINER=fedora28