tests: Add Ubuntu 20.10 into the test matrix

This commit is contained in:
Tomas Babej
2021-11-06 12:57:26 -04:00
parent e4f1e05c1d
commit 6fae705b43
3 changed files with 38 additions and 0 deletions

View File

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