qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] tests: Update CentOS 8 container to CentOS Stream 8


From: Thomas Huth
Subject: Re: [PATCH 2/2] tests: Update CentOS 8 container to CentOS Stream 8
Date: Tue, 1 Feb 2022 11:53:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0


Please ignore the "2/2" in the subject, this is meant to be a standalone patch.

 Thomas


On 01/02/2022 11.19, Thomas Huth wrote:
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>
---
  tests/docker/dockerfiles/centos8.docker | 4 ++--
  tests/lcitool/refresh                   | 2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/docker/dockerfiles/centos8.docker 
b/tests/docker/dockerfiles/centos8.docker
index cbb909d02b..cf95cd4b4a 100644
--- a/tests/docker/dockerfiles/centos8.docker
+++ b/tests/docker/dockerfiles/centos8.docker
@@ -1,10 +1,10 @@
  # THIS FILE WAS AUTO-GENERATED
  #
-#  $ lcitool dockerfile centos-8 qemu
+#  $ lcitool dockerfile 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 && \
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh
index 033120e223..30196ef3cd 100755
--- a/tests/lcitool/refresh
+++ b/tests/lcitool/refresh
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]