diff --git a/.cirrus.yml b/.cirrus.yml index bd73264fc1..37bb92e759 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 diff --git a/ci/opensuse-leap-15.3/Dockerfile b/ci/opensuse-leap-15.3/Dockerfile new file mode 100644 index 0000000000..69f51c50f2 --- /dev/null +++ b/ci/opensuse-leap-15.3/Dockerfile @@ -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