Update test zoo

- 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
This commit is contained in:
Thomas Lauf 2025-02-02 19:35:48 +01:00
parent c0b049f469
commit 77f66969c5
15 changed files with 38 additions and 39 deletions

View file

@ -1,4 +1,3 @@
version: '3'
services:
test-alpine-edge:
build:
@ -48,18 +47,18 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora37:
test-fedora40:
build:
context: .
dockerfile: test/docker/fedora37
dockerfile: test/docker/fedora40
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora38:
test-fedora41:
build:
context: .
dockerfile: test/docker/fedora38
dockerfile: test/docker/fedora41
network_mode: "host"
security_opt:
- label=type:container_runtime_t
@ -80,14 +79,6 @@ services:
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: .
@ -104,3 +95,11 @@ services:
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