Closed olavst-spk closed 5 months ago
This was an accidental side-effect of moving image builds to github. @s1061123, can you take a look?
@olavst-spk thank you for the issue. This is unexpected behavior, that is happen at the change release process to github action.
I have just tested the new version and I'm still getting some permission errors unfortunately.
Looks like the root folder is still owned by runner/docker:
$ tar -ztvf cni-plugins-linux-amd64-v1.5.1.tgz
drwxr-xr-x runner/docker 0 2024-06-17 17:51 ./
...
Compared to version 1.4.0 (and previous versions):
$ tar -ztvf cni-plugins-linux-amd64-v1.4.0.tgz
drwxrwxr-x root/root 0 2023-12-04 17:39 ./
...
In my case I run into issues with Cilium not being allowed to create /opt/cni/bin/cilium-cni
because of the permissions on the root folder.
Ok, let me file another PR for that.
I am using the files from this repo in a Kubernetes setup and I ran into some permission issues after upgrading from 1.4.0 to 1.5.0. It looks like the owner/group of the released files have changed.
In version 1.4.0 (and previous versions) the files are owned by root/root:
But in version 1.5.0 they are owned by runner/docker:
Is this intentional? I don't see any mention of it in the release notes.
Thanks!