Replace Fedora 28 and Fedora 29 by Fedora 31 and Fedora 32

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-08-23 12:53:44 +02:00
parent 60c138b959
commit 1308a124bb
4 changed files with 14 additions and 20 deletions

View file

@ -1,17 +1,17 @@
version: '3'
services:
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