Deactivate Gentoo Docker image due to its high maintenance costs

- See issue #380 for details

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-09-04 10:43:13 +02:00
parent 2e4d3266cf
commit 985717e9c8
3 changed files with 15 additions and 12 deletions

View file

@ -72,14 +72,15 @@ 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
# Deactivated, see https://github.com/GothenburgBitFactory/timewarrior/issues/380
# test-gentoo:
# build:
# context: .
# dockerfile: test/docker/gentoo
# network_mode: "host"
# security_opt:
# - label=type:container_runtime_t
# tty: true
test-opensuse1500:
build:
context: .