From 08c1e12e9b5eabacd6f3a3f328cad618f1221e09 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 6 Jun 2024 13:35:19 +0900 Subject: [PATCH] CI: add back EL 8 Add back EL 8 to test legacy compatibility Follow-up to PR 10297 Signed-off-by: Akihiro Suda --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0cffdc42..de00eaf34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -528,6 +528,11 @@ jobs: matrix: box: - fedora/39-cloud-base + # We have to keep EL8 to test old glibc, cgroup, kernel, etc. + # The image was changed from rockylinux/8 to almalinux/8, + # as the former one no longer works: + # https://github.com/containerd/containerd/pull/10297 + - almalinux/8 - rockylinux/9@4.0.0 env: BOX: ${{ matrix.box }}