Skip to content

Commit

Permalink
tests: Update CentOS 8 container to CentOS Stream 8
Browse files Browse the repository at this point in the history
Support for CentOS 8 has stopped at the end of 2021, so let's
switch to the Stream variant instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220201101911.97900-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220204204335.1689602-16-alex.bennee@linaro.org>
  • Loading branch information
huth authored and stsquad committed Feb 9, 2022
1 parent ab4f987 commit 8b11f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/docker/dockerfiles/centos8.docker
@@ -1,10 +1,10 @@
# THIS FILE WAS AUTO-GENERATED
#
# $ lcitool dockerfile --layers all centos-8 qemu
# $ lcitool dockerfile --layers all centos-stream-8 qemu
#
# https://gitlab.com/libvirt/libvirt-ci

FROM docker.io/library/centos:8
FROM quay.io/centos/centos:stream8

RUN dnf update -y && \
dnf install 'dnf-command(config-manager)' -y && \
Expand Down
2 changes: 1 addition & 1 deletion tests/lcitool/refresh
Expand Up @@ -77,7 +77,7 @@ ubuntu2004_tsanhack = [
]

try:
generate_dockerfile("centos8", "centos-8")
generate_dockerfile("centos8", "centos-stream-8")
generate_dockerfile("fedora", "fedora-35")
generate_dockerfile("ubuntu1804", "ubuntu-1804",
trailer="".join(ubuntu1804_skipssh))
Expand Down

0 comments on commit 8b11f4c

Please sign in to comment.