From 46df2edfb1ff863db198e149b0282f30722f476a Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Wed, 5 Jan 2022 10:24:46 +0100 Subject: [PATCH] Remove CentOS 8 from CI. EOL was 2021-12-31 --- .cirrus.yml | 12 ------------ ci/centos-8/Dockerfile | 30 ------------------------------ 2 files changed, 42 deletions(-) delete mode 100644 ci/centos-8/Dockerfile diff --git a/.cirrus.yml b/.cirrus.yml index c1f963cf6c..219a5b7456 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -122,18 +122,6 @@ centosstream8_task: << : *RESOURCES_TEMPLATE << : *CI_TEMPLATE -centos8_task: - container: - # CentOS 8 EOL: May 31, 2029 - dockerfile: ci/centos-8/Dockerfile - << : *RESOURCES_TEMPLATE - env: - ZEEK_CI_CREATE_ARTIFACT: 1 - << : *CI_TEMPLATE - upload_binary_artifacts: - path: build.tgz - benchmark_script: ./ci/benchmark.sh - centos7_task: container: # CentOS 7 EOL: June 30, 2024 diff --git a/ci/centos-8/Dockerfile b/ci/centos-8/Dockerfile deleted file mode 100644 index 6456e718a4..0000000000 --- a/ci/centos-8/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -FROM centos:8 - -RUN dnf -y install epel-release dnf-plugins-core \ - && dnf clean all && rm -rf /var/cache/dnf - -RUN dnf config-manager --set-enabled powertools - -RUN dnf -y update && dnf -y install \ - git \ - cmake \ - make \ - gcc \ - gcc-c++ \ - flex \ - bison \ - swig \ - openssl \ - openssl-devel \ - libpcap-devel \ - python3 \ - python3-devel \ - python3-pip \ - zlib-devel \ - libsqlite3x-devel \ - findutils \ - diffutils \ - which \ - && dnf clean all && rm -rf /var/cache/dnf - -RUN pip3 install junit2html