tests: Add Fedora 35 into the test matrix

This commit is contained in:
Tomas Babej
2021-11-06 12:54:46 -04:00
parent 4559287d07
commit e4f1e05c1d
3 changed files with 37 additions and 0 deletions

View File

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