Merge remote-tracking branch 'origin/topic/bbannier/ci-centos8-stream-eol'

This commit is contained in:
Benjamin Bannier 2024-06-11 15:11:43 +02:00
commit 345fc31dcc
4 changed files with 5 additions and 43 deletions

View file

@ -188,14 +188,6 @@ centosstream9_task:
<< : *RESOURCES_TEMPLATE << : *RESOURCES_TEMPLATE
<< : *CI_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: debian12_task:
container: container:
# Debian 12 (bookworm) EOL: TBD # Debian 12 (bookworm) EOL: TBD

View file

@ -1,3 +1,7 @@
7.0.0-dev.380 | 2024-06-11 15:11:43 +0200
* Drop EOL centos8-stream in CI (Benjamin Bannier, Corelight)
7.0.0-dev.378 | 2024-06-11 12:01:03 +0200 7.0.0-dev.378 | 2024-06-11 12:01:03 +0200
* Suppress a known data race during civetweb shutdown (Tim Wojtulewicz) * Suppress a known data race during civetweb shutdown (Tim Wojtulewicz)

View file

@ -1 +1 @@
7.0.0-dev.378 7.0.0-dev.380

View file

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