From 35d01e542afee2cb215e97df0e5f6a02c3fe0b61 Mon Sep 17 00:00:00 2001 From: openeuler_bot Date: Thu, 11 Sep 2025 00:08:37 +0000 Subject: [PATCH] 24.03-lts-sp2 update ndpi to 4.14 --- Others/ndpi/4.14/24.03-lts-sp2/Dockerfile | 10 ++++++++++ Others/ndpi/README.md | 1 + Others/ndpi/doc/image-info.yml | 1 + Others/ndpi/meta.yml | 4 +++- 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Others/ndpi/4.14/24.03-lts-sp2/Dockerfile diff --git a/Others/ndpi/4.14/24.03-lts-sp2/Dockerfile b/Others/ndpi/4.14/24.03-lts-sp2/Dockerfile new file mode 100644 index 00000000..d8522ad9 --- /dev/null +++ b/Others/ndpi/4.14/24.03-lts-sp2/Dockerfile @@ -0,0 +1,10 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp2 +FROM ${BASE} + +ARG VERSION=4.14 + +RUN yum install -y git make gcc autoconf automake libtool libpcap-devel +RUN git clone -b ${VERSION} https://github.com/ntop/nDPI.git && \ + cd nDPI && \ + ./autogen.sh && \ + make \ No newline at end of file diff --git a/Others/ndpi/README.md b/Others/ndpi/README.md index e98c7de3..6e3dae55 100644 --- a/Others/ndpi/README.md +++ b/Others/ndpi/README.md @@ -18,6 +18,7 @@ The tag of each npdi docker image is consist of the version of npdi and the vers | Tags | Currently | Architectures | |-------------------------------------------------------------------------------------------------------------------------------|---------------------------------------|---------------| +|[4.14-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/ndpi/4.14/24.03-lts-sp2/Dockerfile) | ndpi 4.14 on openEuler 24.03-LTS-SP2 | amd64, arm64 | | [4.1.2-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/npdi/4.1.2/24.03-lts-sp1/Dockerfile) | nDPI 4.1.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 | # Usage diff --git a/Others/ndpi/doc/image-info.yml b/Others/ndpi/doc/image-info.yml index 43cc8188..6dedda1a 100644 --- a/Others/ndpi/doc/image-info.yml +++ b/Others/ndpi/doc/image-info.yml @@ -11,6 +11,7 @@ tags: | | Tag | Currently | Architectures | |----------|-------------|------------------| + |[4.14-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/ndpi/4.14/24.03-lts-sp2/Dockerfile) | ndpi 4.14 on openEuler 24.03-LTS-SP2 | amd64, arm64 | | [4.1.2-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/npdi/4.1.2/24.03-lts-sp1/Dockerfile) | npdi 4.1.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 | download: | diff --git a/Others/ndpi/meta.yml b/Others/ndpi/meta.yml index 57e81d13..8dff4156 100644 --- a/Others/ndpi/meta.yml +++ b/Others/ndpi/meta.yml @@ -2,4 +2,6 @@ path: 4.12/24.03-lts-sp1/Dockerfile 4.14-oe2403sp1: - path: 4.14/24.03-lts-sp1/Dockerfile \ No newline at end of file + path: 4.14/24.03-lts-sp1/Dockerfile +4.14-oe2403sp2: + path: 4.14/24.03-lts-sp2/Dockerfile \ No newline at end of file -- Gitee