mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
99 lines
2.3 KiB
YAML
99 lines
2.3 KiB
YAML
version: '3'
|
|
services:
|
|
test-fedora31:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/fedora31
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-fedora32:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/fedora32
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-centos7:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/centos7
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-centos8:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/centos8
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-ubuntu1604:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/ubuntu1604
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-ubuntu1804:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/ubuntu1804
|
|
network_mode: "host"
|
|
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: .
|
|
dockerfile: test/docker/debianstable
|
|
network_mode: "host"
|
|
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
|
|
# 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: .
|
|
dockerfile: test/docker/opensuse1500
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-archlinux:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/archlinux
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|