tests/lcitool: Bump fedora container versions

Fedora 37 -> 38

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <c9b00e573a7a80fc6ce5c68595382f5c916a9195.1685528076.git.eskultet@redhat.com>
[AJB: Dropped alpine (in prev commit), reflow commit msg]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-13-alex.bennee@linaro.org>
This commit is contained in:
Erik Skultety 2023-06-30 19:03:57 +01:00 committed by Alex Bennée
parent c7374742d8
commit 76eb439c0f
4 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
# THIS FILE WAS AUTO-GENERATED # THIS FILE WAS AUTO-GENERATED
# #
# $ lcitool dockerfile --layers all --cross mingw32 fedora-37 qemu # $ lcitool dockerfile --layers all --cross mingw32 fedora-38 qemu
# #
# https://gitlab.com/libvirt/libvirt-ci # https://gitlab.com/libvirt/libvirt-ci
FROM registry.fedoraproject.org/fedora:37 FROM registry.fedoraproject.org/fedora:38
RUN dnf install -y nosync && \ RUN dnf install -y nosync && \
printf '#!/bin/sh\n\ printf '#!/bin/sh\n\

View File

@ -1,10 +1,10 @@
# THIS FILE WAS AUTO-GENERATED # THIS FILE WAS AUTO-GENERATED
# #
# $ lcitool dockerfile --layers all --cross mingw64 fedora-37 qemu # $ lcitool dockerfile --layers all --cross mingw64 fedora-38 qemu
# #
# https://gitlab.com/libvirt/libvirt-ci # https://gitlab.com/libvirt/libvirt-ci
FROM registry.fedoraproject.org/fedora:37 FROM registry.fedoraproject.org/fedora:38
RUN dnf install -y nosync && \ RUN dnf install -y nosync && \
printf '#!/bin/sh\n\ printf '#!/bin/sh\n\

View File

@ -1,10 +1,10 @@
# THIS FILE WAS AUTO-GENERATED # THIS FILE WAS AUTO-GENERATED
# #
# $ lcitool dockerfile --layers all fedora-37 qemu # $ lcitool dockerfile --layers all fedora-38 qemu
# #
# https://gitlab.com/libvirt/libvirt-ci # https://gitlab.com/libvirt/libvirt-ci
FROM registry.fedoraproject.org/fedora:37 FROM registry.fedoraproject.org/fedora:38
RUN dnf install -y nosync && \ RUN dnf install -y nosync && \
printf '#!/bin/sh\n\ printf '#!/bin/sh\n\

View File

@ -119,7 +119,7 @@ try:
generate_dockerfile("centos8", "centos-stream-8") generate_dockerfile("centos8", "centos-stream-8")
generate_dockerfile("debian-amd64", "debian-11", generate_dockerfile("debian-amd64", "debian-11",
trailer="".join(debian11_extras)) trailer="".join(debian11_extras))
generate_dockerfile("fedora", "fedora-37") generate_dockerfile("fedora", "fedora-38")
generate_dockerfile("opensuse-leap", "opensuse-leap-15") generate_dockerfile("opensuse-leap", "opensuse-leap-15")
generate_dockerfile("ubuntu2004", "ubuntu-2004") generate_dockerfile("ubuntu2004", "ubuntu-2004")
generate_dockerfile("ubuntu2204", "ubuntu-2204") generate_dockerfile("ubuntu2204", "ubuntu-2204")
@ -169,12 +169,12 @@ try:
trailer=cross_build("s390x-linux-gnu-", trailer=cross_build("s390x-linux-gnu-",
"s390x-softmmu,s390x-linux-user")) "s390x-softmmu,s390x-linux-user"))
generate_dockerfile("fedora-win32-cross", "fedora-37", generate_dockerfile("fedora-win32-cross", "fedora-38",
cross="mingw32", cross="mingw32",
trailer=cross_build("i686-w64-mingw32-", trailer=cross_build("i686-w64-mingw32-",
"i386-softmmu")) "i386-softmmu"))
generate_dockerfile("fedora-win64-cross", "fedora-37", generate_dockerfile("fedora-win64-cross", "fedora-38",
cross="mingw64", cross="mingw64",
trailer=cross_build("x86_64-w64-mingw32-", trailer=cross_build("x86_64-w64-mingw32-",
"x86_64-softmmu")) "x86_64-softmmu"))