tests: Add Ubuntu 21.10 into the test matrix

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

View File

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