ci: Add support for CentOS 8

This commit is contained in:
Tomas Babej 2020-12-06 01:55:17 -05:00
parent 53e39760ab
commit a6bbeeaab5
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
3 changed files with 41 additions and 0 deletions

View file

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