From b3c867fb0e4fcb6e061507929da8bec48c230dfe Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 9 Jan 2025 09:09:06 +0100 Subject: [PATCH] ci: use official c10s container image Now that CentOS Stream 10 is officially released, switch to it from the old development version of it. --- .github/workflows/libdnf.yml | 2 +- .github/workflows/pytest.yml | 2 +- .github/workflows/tito.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/libdnf.yml b/.github/workflows/libdnf.yml index 91425b0bec..91bc3989a8 100644 --- a/.github/workflows/libdnf.yml +++ b/.github/workflows/libdnf.yml @@ -13,7 +13,7 @@ jobs: matrix: include: - name: "CentOS Stream 10" - image: "quay.io/centos/centos:stream10-development" + image: "quay.io/centos/centos:stream10" - name: "Fedora latest" image: "registry.fedoraproject.org/fedora:latest" - name: "Fedora Rawhide" diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a5bfd4e4c8..c0d23dc859 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: matrix: include: - name: "CentOS Stream 10" - image: "quay.io/centos/centos:stream10-development" + image: "quay.io/centos/centos:stream10" pytest_args: '' - name: "Fedora latest" image: "registry.fedoraproject.org/fedora:latest" diff --git a/.github/workflows/tito.yml b/.github/workflows/tito.yml index dd5663c720..9b6e7ef53b 100644 --- a/.github/workflows/tito.yml +++ b/.github/workflows/tito.yml @@ -13,7 +13,7 @@ jobs: matrix: include: - name: "CentOS Stream 10" - image: "quay.io/centos/centos:stream10-development" + image: "quay.io/centos/centos:stream10" packager: "dnf4" - name: "Fedora latest" image: "registry.fedoraproject.org/fedora:latest"