tests: Add CentOS7 CI testing support

This commit is contained in:
Tomas Babej
2019-01-02 10:59:34 -05:00
parent fa84dce496
commit f95d1d0472
3 changed files with 42 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
version: '3'
services:
test-centos7:
build:
context: .
dockerfile: test/docker/centos7
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora28:
build:
context: .