Update Fedora docker images

- Remove no longer supported versions
- Add current versions

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-01-13 22:40:14 +01:00
parent 84c65f0324
commit ba0514543f
4 changed files with 6 additions and 47 deletions

View file

@ -16,26 +16,18 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora31:
test-fedora36:
build:
context: .
dockerfile: test/docker/fedora31
dockerfile: test/docker/fedora36
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora32:
test-fedora37:
build:
context: .
dockerfile: test/docker/fedora32
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora33:
build:
context: .
dockerfile: test/docker/fedora33
dockerfile: test/docker/fedora37
network_mode: "host"
security_opt:
- label=type:container_runtime_t