add dockerfile for Kmesh

Signed-off-by: weli-l <1289113577@qq.com>
This commit is contained in:
weli-l 2024-11-25 11:35:50 +08:00
parent 6722a7fc14
commit 5178f09b8b
2 changed files with 12 additions and 1 deletions

8
Kmesh.dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM openeuler/openeuler:24.03
WORKDIR /kmesh
RUN \
yum install -y kmod util-linux iptables Kmesh && \
mkdir -p /usr/share/oncn-mda && \
mkdir -p /etc/oncn-mda

View File

@ -1,7 +1,7 @@
%global codepath kmesh
Name: Kmesh
Version: 0.4.1
Release: 1
Release: 2
Summary: %{name} is a eBPF-based service mesh kernel solution
License: ASL 2.0 and GPL-2.0
URL: https://github.com/kmesh-net
@ -121,6 +121,9 @@ rm -rf %{buildroot}
%attr(0500,root,root) /kmesh/start_kmesh.sh
%changelog
* Mon Nov 25 2024 weli-l<1289113577@qq.com> - 0.4.1-2
- add dockerfile for Kmesh
* Mon Sep 02 2024 weli-l<1289113577@qq.com> - 0.4.1-1
- init Kmesh 0.4.1