mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00

- Remove 'version' from docker-compose.yml - Add Asciidoctor version to informative output - Fix Asciidoctor install on OpenSUSE Tumbleweed - Add Ubuntu 24.04 to test zoo - Drop Ubuntu 18.04 from test zoo - Add Fedora 40 to test zoo - Add Fedora 41 to test zoo - Drop Fedora 37 from test zoo - Drop Fedora 38 from test zoo Closes #648
105 lines
2.4 KiB
YAML
105 lines
2.4 KiB
YAML
services:
|
|
test-alpine-edge:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/alpine-edge
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-alpine-latest:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/alpine-latest
|
|
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
|
|
test-centos-stream9:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/centos-stream9
|
|
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-fedora40:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/fedora40
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-fedora41:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/fedora41
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-opensuseleap:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/opensuseleap
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-opensusetumbleweed:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/opensusetumbleweed
|
|
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-ubuntu2204:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/ubuntu2204
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|
|
test-ubuntu2404:
|
|
build:
|
|
context: .
|
|
dockerfile: test/docker/ubuntu2404
|
|
network_mode: "host"
|
|
security_opt:
|
|
- label=type:container_runtime_t
|
|
tty: true
|