tests: Add gentoo platform

This commit is contained in:
Tomas Babej 2019-01-01 13:25:07 -05:00
parent 84b481b374
commit a50f442c10
3 changed files with 44 additions and 0 deletions

View file

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