Add OpenSUSE Leap 15.3 to testing

It was released a few days ago.
This commit is contained in:
Johanna Amannn 2021-06-08 10:46:31 +01:00 committed by Johanna Amann
parent b32a75aa17
commit aed17a1aaf
2 changed files with 32 additions and 0 deletions

View file

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

View 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