mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Add OpenSUSE Leap 15.3 to testing
It was released a few days ago.
This commit is contained in:
parent
b32a75aa17
commit
aed17a1aaf
2 changed files with 32 additions and 0 deletions
|
@ -176,6 +176,13 @@ opensuse_leap_15_2_task:
|
|||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
|
||||
opensuse_leap_15_3_task:
|
||||
container:
|
||||
# Opensuse Leap 15.3 EOL: TBD
|
||||
dockerfile: ci/opensuse-leap-15.3/Dockerfile
|
||||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
|
||||
ubuntu20_task:
|
||||
container:
|
||||
# Ubuntu 20.04 EOL: April 2025
|
||||
|
|
25
ci/opensuse-leap-15.3/Dockerfile
Normal file
25
ci/opensuse-leap-15.3/Dockerfile
Normal file
|
@ -0,0 +1,25 @@
|
|||
FROM opensuse/leap:15.3
|
||||
|
||||
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