Support fo Ubuntu2404 #26

Merged
kazu634 merged 29 commits from ubuntu2404 into main 2024-11-03 02:03:02 +00:00
17 changed files with 1 additions and 8 deletions
Showing only changes of commit a61e3c3dd7 - Show all commits

View File

@ -31,14 +31,7 @@ directory '/opt/cni/bin' do
mode '0755' mode '0755'
end end
%w( bandwidth bridge dhcp firewall host-device host-local ipvlan loopback macvlan portmap ptp sbr static tuning vlan vrf ).each do |f| execute "eget containernetworking/plugins --to /opt/cni/bin --upgrade-only -a ^sha --all"
remote_file "/opt/cni/bin/#{f}" do
owner 'root'
group 'root'
mode '0775'
end
end
directory '/etc/cni' do directory '/etc/cni' do
owner 'root' owner 'root'