Adding ubuntu20.04 to the test zoo

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-08-23 11:54:28 +02:00
parent bc7c62ecf4
commit 60c138b959
3 changed files with 53 additions and 0 deletions

View file

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