tests: Add Debian Testing as a platform

This commit is contained in:
Tomas Babej 2019-01-01 13:51:47 -05:00
parent a50f442c10
commit dcbefe51bb
3 changed files with 39 additions and 0 deletions

View file

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