mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59: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
|
||||
|
||||
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_node_dependencies
|
||||
|
||||
@ -72,6 +72,6 @@ flatten
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user