mirror of
https://github.com/containers/podman.git
synced 2025-06-29 06:57:13 +08:00
Vendor in latest containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
go.mod
2
go.mod
@ -12,7 +12,7 @@ require (
|
|||||||
github.com/containernetworking/cni v1.1.2
|
github.com/containernetworking/cni v1.1.2
|
||||||
github.com/containernetworking/plugins v1.1.1
|
github.com/containernetworking/plugins v1.1.1
|
||||||
github.com/containers/buildah v1.28.1-0.20221221082547-8403b6ebc13d
|
github.com/containers/buildah v1.28.1-0.20221221082547-8403b6ebc13d
|
||||||
github.com/containers/common v0.50.2-0.20230105152832-f9a666692763
|
github.com/containers/common v0.50.2-0.20230105184634-df156f4ee73f
|
||||||
github.com/containers/conmon v2.0.20+incompatible
|
github.com/containers/conmon v2.0.20+incompatible
|
||||||
github.com/containers/image/v5 v5.23.1-0.20230104183125-aaf0985b36f9
|
github.com/containers/image/v5 v5.23.1-0.20230104183125-aaf0985b36f9
|
||||||
github.com/containers/ocicrypt v1.1.6
|
github.com/containers/ocicrypt v1.1.6
|
||||||
|
4
go.sum
4
go.sum
@ -264,8 +264,8 @@ github.com/containernetworking/plugins v1.1.1 h1:+AGfFigZ5TiQH00vhR8qPeSatj53eNG
|
|||||||
github.com/containernetworking/plugins v1.1.1/go.mod h1:Sr5TH/eBsGLXK/h71HeLfX19sZPp3ry5uHSkI4LPxV8=
|
github.com/containernetworking/plugins v1.1.1/go.mod h1:Sr5TH/eBsGLXK/h71HeLfX19sZPp3ry5uHSkI4LPxV8=
|
||||||
github.com/containers/buildah v1.28.1-0.20221221082547-8403b6ebc13d h1:OyqOrN7QTtA7g5ZgQkV5lChAn5cVQB0dnVqjNd93DuQ=
|
github.com/containers/buildah v1.28.1-0.20221221082547-8403b6ebc13d h1:OyqOrN7QTtA7g5ZgQkV5lChAn5cVQB0dnVqjNd93DuQ=
|
||||||
github.com/containers/buildah v1.28.1-0.20221221082547-8403b6ebc13d/go.mod h1:PAftqTiRApPwzIaY42fDm/FRqOuLgd+ZZtVzIu3/eco=
|
github.com/containers/buildah v1.28.1-0.20221221082547-8403b6ebc13d/go.mod h1:PAftqTiRApPwzIaY42fDm/FRqOuLgd+ZZtVzIu3/eco=
|
||||||
github.com/containers/common v0.50.2-0.20230105152832-f9a666692763 h1:RUnkEbi8hJhXbwcVf0K9yig7EOj2A3nquqttG5u/z2U=
|
github.com/containers/common v0.50.2-0.20230105184634-df156f4ee73f h1:/HyPALd1B+sORjKAupvBdTqxzzksCvc/DDX3XII2KbU=
|
||||||
github.com/containers/common v0.50.2-0.20230105152832-f9a666692763/go.mod h1:4SjEcf0XvGNoVtwx2KxTXgatrN6l7O72dO1q09r0ekw=
|
github.com/containers/common v0.50.2-0.20230105184634-df156f4ee73f/go.mod h1:4SjEcf0XvGNoVtwx2KxTXgatrN6l7O72dO1q09r0ekw=
|
||||||
github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6JXHGTUje2ZYobNrkg=
|
github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6JXHGTUje2ZYobNrkg=
|
||||||
github.com/containers/conmon v2.0.20+incompatible/go.mod h1:hgwZ2mtuDrppv78a/cOBNiCm6O0UMWGx1mu7P00nu5I=
|
github.com/containers/conmon v2.0.20+incompatible/go.mod h1:hgwZ2mtuDrppv78a/cOBNiCm6O0UMWGx1mu7P00nu5I=
|
||||||
github.com/containers/image/v5 v5.23.1-0.20230104183125-aaf0985b36f9 h1:iLiH5/Tt8uFf+pmbxAc5WtLnjfUeLDlWWDy8VN5Fjm4=
|
github.com/containers/image/v5 v5.23.1-0.20230104183125-aaf0985b36f9 h1:iLiH5/Tt8uFf+pmbxAc5WtLnjfUeLDlWWDy8VN5Fjm4=
|
||||||
|
@ -48,14 +48,6 @@ var _ = Describe("Podman network", func() {
|
|||||||
Expect(session).Should(Exit(0))
|
Expect(session).Should(Exit(0))
|
||||||
// default network always exists
|
// default network always exists
|
||||||
Expect(session.OutputToStringArray()).To(HaveLen(1))
|
Expect(session.OutputToStringArray()).To(HaveLen(1))
|
||||||
|
|
||||||
// check that the only file in the directory is the network lockfile
|
|
||||||
dir, err := os.Open(netDir)
|
|
||||||
Expect(err).ToNot(HaveOccurred())
|
|
||||||
names, err := dir.Readdirnames(5)
|
|
||||||
Expect(err).ToNot(HaveOccurred())
|
|
||||||
Expect(names).To(HaveLen(1))
|
|
||||||
Expect(names[0]).To(Or(Equal("netavark.lock"), Equal("cni.lock")))
|
|
||||||
})
|
})
|
||||||
|
|
||||||
It("podman network list", func() {
|
It("podman network list", func() {
|
||||||
|
22
vendor/github.com/containers/common/libnetwork/cni/network.go
generated
vendored
22
vendor/github.com/containers/common/libnetwork/cni/network.go
generated
vendored
@ -18,10 +18,12 @@ import (
|
|||||||
"github.com/containers/common/libnetwork/types"
|
"github.com/containers/common/libnetwork/types"
|
||||||
"github.com/containers/common/pkg/config"
|
"github.com/containers/common/pkg/config"
|
||||||
"github.com/containers/storage/pkg/lockfile"
|
"github.com/containers/storage/pkg/lockfile"
|
||||||
|
"github.com/containers/storage/pkg/unshare"
|
||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
"golang.org/x/sys/unix"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const defaultRootLockPath = "/run/lock/podman-cni.lock"
|
||||||
|
|
||||||
type cniNetwork struct {
|
type cniNetwork struct {
|
||||||
// cniConfigDir is directory where the cni config files are stored.
|
// cniConfigDir is directory where the cni config files are stored.
|
||||||
cniConfigDir string
|
cniConfigDir string
|
||||||
@ -81,20 +83,16 @@ type InitConfig struct {
|
|||||||
// NewCNINetworkInterface creates the ContainerNetwork interface for the CNI backend.
|
// NewCNINetworkInterface creates the ContainerNetwork interface for the CNI backend.
|
||||||
// Note: The networks are not loaded from disk until a method is called.
|
// Note: The networks are not loaded from disk until a method is called.
|
||||||
func NewCNINetworkInterface(conf *InitConfig) (types.ContainerNetwork, error) {
|
func NewCNINetworkInterface(conf *InitConfig) (types.ContainerNetwork, error) {
|
||||||
// TODO: consider using a shared memory lock
|
// root needs to use a globally unique lock because there is only one host netns
|
||||||
lock, err := lockfile.GetLockFile(filepath.Join(conf.CNIConfigDir, "cni.lock"))
|
lockPath := defaultRootLockPath
|
||||||
if err != nil {
|
if unshare.IsRootless() {
|
||||||
// If we're on a read-only filesystem, there is no risk of
|
lockPath = filepath.Join(conf.CNIConfigDir, "cni.lock")
|
||||||
// contention. Fall back to a local lockfile.
|
}
|
||||||
if errors.Is(err, unix.EROFS) {
|
|
||||||
lock, err = lockfile.GetLockFile(filepath.Join(conf.RunDir, "cni.lock"))
|
lock, err := lockfile.GetLockFile(lockPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
defaultNetworkName := conf.DefaultNetwork
|
defaultNetworkName := conf.DefaultNetwork
|
||||||
if defaultNetworkName == "" {
|
if defaultNetworkName == "" {
|
||||||
|
2
vendor/github.com/containers/common/libnetwork/netavark/const.go
generated
vendored
2
vendor/github.com/containers/common/libnetwork/netavark/const.go
generated
vendored
@ -4,3 +4,5 @@
|
|||||||
package netavark
|
package netavark
|
||||||
|
|
||||||
const defaultBridgeName = "podman"
|
const defaultBridgeName = "podman"
|
||||||
|
|
||||||
|
const defaultRootLockPath = "/run/lock/netavark.lock"
|
||||||
|
9
vendor/github.com/containers/common/libnetwork/netavark/network.go
generated
vendored
9
vendor/github.com/containers/common/libnetwork/netavark/network.go
generated
vendored
@ -94,8 +94,13 @@ type InitConfig struct {
|
|||||||
// NewNetworkInterface creates the ContainerNetwork interface for the netavark backend.
|
// NewNetworkInterface creates the ContainerNetwork interface for the netavark backend.
|
||||||
// Note: The networks are not loaded from disk until a method is called.
|
// Note: The networks are not loaded from disk until a method is called.
|
||||||
func NewNetworkInterface(conf *InitConfig) (types.ContainerNetwork, error) {
|
func NewNetworkInterface(conf *InitConfig) (types.ContainerNetwork, error) {
|
||||||
// TODO: consider using a shared memory lock
|
// root needs to use a globally unique lock because there is only one host netns
|
||||||
lock, err := lockfile.GetLockFile(filepath.Join(conf.NetworkConfigDir, "netavark.lock"))
|
lockPath := defaultRootLockPath
|
||||||
|
if unshare.IsRootless() {
|
||||||
|
lockPath = filepath.Join(conf.NetworkConfigDir, "netavark.lock")
|
||||||
|
}
|
||||||
|
|
||||||
|
lock, err := lockfile.GetLockFile(lockPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -118,7 +118,7 @@ github.com/containers/buildah/pkg/rusage
|
|||||||
github.com/containers/buildah/pkg/sshagent
|
github.com/containers/buildah/pkg/sshagent
|
||||||
github.com/containers/buildah/pkg/util
|
github.com/containers/buildah/pkg/util
|
||||||
github.com/containers/buildah/util
|
github.com/containers/buildah/util
|
||||||
# github.com/containers/common v0.50.2-0.20230105152832-f9a666692763
|
# github.com/containers/common v0.50.2-0.20230105184634-df156f4ee73f
|
||||||
## explicit; go 1.17
|
## explicit; go 1.17
|
||||||
github.com/containers/common/libimage
|
github.com/containers/common/libimage
|
||||||
github.com/containers/common/libimage/define
|
github.com/containers/common/libimage/define
|
||||||
|
Reference in New Issue
Block a user