mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Remove tini, it is not needed in host PID namespace
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
This commit is contained in:
parent
81e8c39203
commit
e5faae5c6e
@ -51,7 +51,7 @@ def kubelet_cmd
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
kubelet_dependencies = %w(libc6-compat tini util-linux iproute2 iptables ebtables ethtool socat curl)
|
kubelet_dependencies = %w(libc6-compat util-linux iproute2 iptables ebtables ethtool socat curl)
|
||||||
install_packages kubelet_dependencies
|
install_packages kubelet_dependencies
|
||||||
install_node_dependencies
|
install_node_dependencies
|
||||||
|
|
||||||
@ -72,6 +72,6 @@ flatten
|
|||||||
|
|
||||||
env KUBECONFIG: "/etc/kubernetes/admin.conf"
|
env KUBECONFIG: "/etc/kubernetes/admin.conf"
|
||||||
|
|
||||||
set_exec entrypoint: %w(tini -s --), cmd: %w(kubelet.sh)
|
set_exec entrypoint: %w(kubelet.sh)
|
||||||
|
|
||||||
tag "#{@image_name}:latest"
|
tag "#{@image_name}:latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user