1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: golang-github-containerd-go-cni
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Shengjing Zhu <zhsj@debian.org>,
Dmitry Smirnov <onlyjob@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-golang,
Build-Depends-Indep:
golang-any,
golang-github-appc-cni-dev (>= 1.0.1~),
golang-github-stretchr-testify-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/containerd/go-cni
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-go-cni
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-go-cni.git
XS-Go-Import-Path: github.com/containerd/go-cni
Testsuite: autopkgtest-pkg-go
Package: golang-github-containerd-go-cni-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-appc-cni-dev (>= 1.0.1~),
golang-github-stretchr-testify-dev,
${misc:Depends},
Description: generic CNI library to provide APIs for CNI plugin interactions
The library provides APIs to:
.
* Load CNI network config from different sources
* Setup networks for container namespace
* Remove networks from container namespace
* Query status of CNI network plugin initialization
.
go-cni aims to support plugins that implement Container Network Interface
|