mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
YAML
version: '3'
|
|
services:
|
|
test-fedora28:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/fedora28
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-fedora29:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/fedora29
|
|
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-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
|
|
test-gentoo:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/gentoo
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|