timewarrior/docker-compose.yml
Thomas Lauf ba197c6198 Jettison centos7 and centos8 in favor of centos-stream9
CentOS 8 reached end of life on 2021-12-31 (CentOS Stream8 on 2024-05-31)
CentOS 7 reaches end of life on 2024-06-30

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2024-06-05 20:26:22 +02:00

106 lines
2.4 KiB
YAML

version: '3'
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-fedora37:
build:
context: .
dockerfile: test/docker/fedora37
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora38:
build:
context: .
dockerfile: test/docker/fedora38
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-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-ubuntu2204:
build:
context: .
dockerfile: test/docker/ubuntu2204
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true