Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Published v1.4.0 and v1.5.0 container images contain v1.3.0 of the CNI plugins #2

Open
skaven81 opened this issue Dec 6, 2024 · 0 comments

Comments

@skaven81
Copy link

skaven81 commented Dec 6, 2024

There seems to be a bug in the CI/CD process that is building and pushing images to https://ghcr.io/k8snetworkplumbingwg/plugins is building images that contain v1.3.0 of the plugins:

❯ docker run -it --rm --entrypoint /bin/bash ghcr.io/k8snetworkplumbingwg/plugins:v1.3.0 -c "/usr/src/cni/bin/host-device --version"
CNI host-device plugin v1.3.0
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0

❯ docker run -it --rm --entrypoint /bin/bash ghcr.io/k8snetworkplumbingwg/plugins:v1.4.0 -c "/usr/src/cni/bin/host-device --version"
CNI host-device plugin v1.3.0
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0

❯ docker run -it --rm --entrypoint /bin/bash ghcr.io/k8snetworkplumbingwg/plugins:v1.5.0 -c "/usr/src/cni/bin/host-device --version"
CNI host-device plugin v1.3.0
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0

Whatever is publishing the new releases in this repository is "stuck" at v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant