mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
CI: Add OpenSUSE Leap 15.2
This commit is contained in:
parent
75ebc5bca1
commit
2f39b66828
2 changed files with 32 additions and 0 deletions
|
@ -161,6 +161,13 @@ debian9_32bit_task:
|
|||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
|
||||
opensuse_leap_15_2_task:
|
||||
container:
|
||||
# Opensuse Leap 15.2 EOL: Dec 2021
|
||||
dockerfile: ci/opensuse-leap-15.2/Dockerfile
|
||||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
|
||||
ubuntu20_task:
|
||||
container:
|
||||
# Ubuntu 20.04 EOL: April 2025
|
||||
|
|
25
ci/opensuse-leap-15.2/Dockerfile
Normal file
25
ci/opensuse-leap-15.2/Dockerfile
Normal file
|
@ -0,0 +1,25 @@
|
|||
FROM opensuse/leap:15.2
|
||||
|
||||
RUN zypper in -y \
|
||||
cmake \
|
||||
make \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
python3 \
|
||||
python3-devel \
|
||||
flex \
|
||||
bison \
|
||||
libpcap-devel \
|
||||
libopenssl-devel \
|
||||
zlib-devel \
|
||||
swig \
|
||||
git \
|
||||
curl \
|
||||
python3-pip \
|
||||
which \
|
||||
gzip \
|
||||
tar \
|
||||
&& rm -rf /var/cache/zypp
|
||||
|
||||
|
||||
RUN pip3 install junit2html
|
Loading…
Add table
Add a link
Reference in a new issue