tests: Add support for Fedora 29

This commit is contained in:
Tomas Babej 2019-01-01 12:01:24 -05:00
parent 4dbad4c1e2
commit eed5a30ecc
3 changed files with 38 additions and 0 deletions

View file

@ -8,6 +8,14 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora29:
build:
context: .
dockerfile: test/docker/fedora29
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-ubuntu1604:
build:
context: .