# plugins **Repository Path**: mirrors_k8snetworkplumbingwg/plugins ## Basic Information - **Project Name**: plugins - **Description**: Some reference and example networking plugins, maintained by the CNI team. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-06 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Container Networking Plugins Build docker image of [containernetworking-plugins](https://github.com/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= ARCH= --build-arg VERSION= -t k8snetworkplumbingwg/containernetworking-plugins . ```