Skip to content

Some reference and example networking plugins, maintained by the CNI team.

License

Notifications You must be signed in to change notification settings

k8snetworkplumbingwg/plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Networking Plugins

Build docker image of containernetworking-plugins with given release and architecture

Building image with default args, BASE_IMAGE=alpine:3.14.0 ARCH=amd64 and VERSION=v0.9.1

$ docker build -t k8snetworkplumbingwg/containernetworking-plugins .

Building with changing ARGS

$ docker build --build-arg BASE_IMAGE=<base-image> ARCH=<arch> --build-arg VERSION=<version> -t k8snetworkplumbingwg/containernetworking-plugins .

About

Some reference and example networking plugins, maintained by the CNI team.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 88.4%
  • Shell 11.6%