mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
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:
parent
2e4d3266cf
commit
985717e9c8
3 changed files with 15 additions and 12 deletions
|
@ -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: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue