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

Publish container image #122

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2024

  1. Build plugin image

    Add Dockerfile and related entrypoint.sh to build the binary and copy
    it to the host.
    
    Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
    zeeke committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7994c21 View commit details
    Browse the repository at this point in the history
  2. Build and publish images in CI

    Add GitHub configuration to publish the docker image with the plugin binary
    
    Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
    zeeke committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    96f9048 View commit details
    Browse the repository at this point in the history
  3. Deployment file

    With this configuration, `bond` CNI plugin can be deployed via:
    
    ```
    kubectl apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/bond-cni/master/manifests/bond.yml
    
    ```
    
    Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
    zeeke committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d79f9ea View commit details
    Browse the repository at this point in the history