From d8bb27486a5ef76fd38654d6dd10d223f7b0e17a Mon Sep 17 00:00:00 2001 From: Adam Bolsover <13262235+bowseruk@users.noreply.github.com> Date: Tue, 25 May 2021 07:48:38 +0100 Subject: [PATCH] Bowseruk cni patch (#172) * Update 10-dns.sh Updated the cni plugin to resolve some issues with vlans. * Update install-cni-plugins.sh Updated cni plugin version to later version to resolve clan issues with some containers. * Update 25-homebridge.sh Updated cni plugin version to resolve clan issues. * Delete 10-dns.sh * Delete install-cni-plugins.sh * Create install-cni-plugins.sh * Delete install-cni-plugins.sh * Create 15-test.sh * Support caching in install-cni-plugins.sh (#114) * Support caching in install-cni-plugins.sh * Update README Conflicts: dns-common/on_boot.d/10-dns.sh * removed unused file Co-authored-by: Adam Bolsover --- homebridge/on_boot.d/25-homebridge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebridge/on_boot.d/25-homebridge.sh b/homebridge/on_boot.d/25-homebridge.sh index d8dcdba..ef788ee 100755 --- a/homebridge/on_boot.d/25-homebridge.sh +++ b/homebridge/on_boot.d/25-homebridge.sh @@ -5,7 +5,7 @@ CONTAINER=homebridge CNI_PATH=/mnt/data/podman/cni if [ ! -f "$CNI_PATH"/tuning ]; then mkdir -p $CNI_PATH - curl -L https://github.com/containernetworking/plugins/releases/download/v0.9.0/cni-plugins-linux-arm64-v0.9.0.tgz | tar -xz -C $CNI_PATH + curl -L https://github.com/containernetworking/plugins/releases/download/v0.9.1/cni-plugins-linux-arm64-v0.9.1.tgz | tar -xz -C $CNI_PATH fi mkdir -p /opt/cni