tests: Add CentOS7 CI testing support

This commit is contained in:
Tomas Babej 2019-01-02 10:59:34 -05:00 committed by Paul Beckingham
parent 8f8a04fdb5
commit d457bca59a
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: .