ci: Replace F28 and F29 with F31, F32 and F33

This commit is contained in:
Tomas Babej
2020-12-06 01:35:47 -05:00
parent 88ea8544f6
commit 53e39760ab
5 changed files with 50 additions and 12 deletions

View File

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