tests: Add Ubuntu 22.04 into the test matrix

This commit is contained in:
Tomas Babej
2022-07-24 13:37:43 -04:00
parent 08d647102f
commit 8845055abb
2 changed files with 11 additions and 0 deletions

View File

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