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>
This commit is contained in:
Thomas Lauf 2024-06-05 19:17:11 +02:00
parent 57c9926af9
commit ba197c6198
4 changed files with 7 additions and 59 deletions

View file

@ -24,18 +24,10 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-centos7:
test-centos-stream9:
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
dockerfile: test/docker/centos-stream9
network_mode: "host"
security_opt:
- label=type:container_runtime_t