summaryrefslogtreecommitdiff
path: root/debian/control
blob: 32439c5a55459e446b1a73fcd9db96ea96256daa (plain)
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
39
40
41
Source: golang-github-containers-dnsname
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-appc-cni-dev,
               golang-github-containernetworking-plugins-dev,
               golang-github-coreos-go-iptables-dev,
               golang-github-onsi-ginkgo-dev,
               golang-github-pkg-errors-dev,
               golang-github-vishvananda-netlink-dev,
               golang-golang-x-sys-dev,
               golang-gomega-dev,
               golang-logrus-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/dnsname
Vcs-Git: https://salsa.debian.org/go-team/packages/dnsname.git
Homepage: https://github.com/containers/dnsname
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/containers/dnsname

Package: golang-github-containernetworking-plugin
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Enhances: podman
Description: name resolution for containers
 dnsname pluginOverview This plugin sets up the use of dnsmasq on a given
 CNI network so that Pods can resolve each other by name.  When configured,
 the pod and its IP address are added to a network specific hosts file that
 dnsmasq reads in.  Similarly, when a pod is removed from the network,
 it will remove the entry from the hosts file.  Each CNI network will
 have its own dnsmasq instance.
 .
 The dnsname plugin was specifically designed for the Podman
 container engine.