!29 add dockerfile for Kmesh
From: @weli1 Reviewed-by: @supercharge Signed-off-by: @supercharge
This commit is contained in:
commit
b496bbd459
8
Kmesh.dockerfile
Normal file
8
Kmesh.dockerfile
Normal 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
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%global codepath kmesh
|
%global codepath kmesh
|
||||||
Name: Kmesh
|
Name: Kmesh
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: %{name} is a eBPF-based service mesh kernel solution
|
Summary: %{name} is a eBPF-based service mesh kernel solution
|
||||||
License: ASL 2.0 and GPL-2.0
|
License: ASL 2.0 and GPL-2.0
|
||||||
URL: https://github.com/kmesh-net
|
URL: https://github.com/kmesh-net
|
||||||
@ -121,6 +121,9 @@ rm -rf %{buildroot}
|
|||||||
%attr(0500,root,root) /kmesh/start_kmesh.sh
|
%attr(0500,root,root) /kmesh/start_kmesh.sh
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 02 2024 weli-l<1289113577@qq.com> - 0.4.1-1
|
||||||
- init Kmesh 0.4.1
|
- init Kmesh 0.4.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user