add dockerfile for Kmesh
Signed-off-by: weli-l <1289113577@qq.com>
This commit is contained in:
parent
6722a7fc14
commit
5178f09b8b
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
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user