forked from containernetworking/plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
gseidlerhpe
Metadata
Metadata
Assignees
Labels
No labels