Remove CentOS 8 from CI.

EOL was 2021-12-31
This commit is contained in:
Johanna Amann 2022-01-05 10:24:46 +01:00
parent e0e779ade1
commit 46df2edfb1
2 changed files with 0 additions and 42 deletions

View file

@ -122,18 +122,6 @@ centosstream8_task:
<< : *RESOURCES_TEMPLATE << : *RESOURCES_TEMPLATE
<< : *CI_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: centos7_task:
container: container:
# CentOS 7 EOL: June 30, 2024 # CentOS 7 EOL: June 30, 2024

View file

@ -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