From 20eeb6dbf61e659679173cf91a67002773788dd8 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Tue, 11 Jun 2024 14:48:35 +0200 Subject: [PATCH] Drop EOL centos8-stream in CI --- .cirrus.yml | 8 -------- ci/centos-stream-8/Dockerfile | 34 ---------------------------------- 2 files changed, 42 deletions(-) delete mode 100644 ci/centos-stream-8/Dockerfile diff --git a/.cirrus.yml b/.cirrus.yml index e159dbb0ac..2352701c91 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -188,14 +188,6 @@ centosstream9_task: << : *RESOURCES_TEMPLATE << : *CI_TEMPLATE -centosstream8_task: - container: - # Stream 8 EOL: May 31, 2024 - dockerfile: ci/centos-stream-8/Dockerfile - << : *RESOURCES_TEMPLATE - << : *CI_TEMPLATE - << : *SKIP_TASK_ON_PR - debian12_task: container: # Debian 12 (bookworm) EOL: TBD diff --git a/ci/centos-stream-8/Dockerfile b/ci/centos-stream-8/Dockerfile deleted file mode 100644 index d8e7322c11..0000000000 --- a/ci/centos-stream-8/Dockerfile +++ /dev/null @@ -1,34 +0,0 @@ -FROM quay.io/centos/centos:stream8 - -# A version field to invalidate Cirrus's build cache when needed, as suggested in -# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822 -ENV DOCKERFILE_VERSION 20230801 - -RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -RUN dnf config-manager --set-enabled powertools - -RUN dnf -y install \ - bison \ - ccache \ - cmake \ - diffutils \ - flex \ - gcc \ - gcc-c++ \ - git \ - jq \ - libpcap-devel \ - make \ - openssl \ - openssl-devel \ - procps-ng \ - python38 \ - python38-devel \ - python38-pip\ - sqlite \ - swig \ - which \ - zlib-devel \ - && dnf clean all && rm -rf /var/cache/dnf - -RUN pip3 install websockets junit2html