Skip to content

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

@skaven81

Description

@skaven81

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions