mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
Vendor c/common:8483ef6022b4
This commit vendor pre-release version of `c/common:8483ef6022b4`. It also adapts the code to the new `c/common/libimage` API, which fixes an image listing race that was listing false warnings. fixes: #23331 Signed-off-by: Jan Rodák <hony.com@seznam.cz>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/config/config_bsd.go
generated
vendored
2
vendor/github.com/containers/common/pkg/config/config_bsd.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
//go:build (freebsd || netbsd || openbsd)
|
||||
//go:build freebsd || netbsd || openbsd
|
||||
|
||||
package config
|
||||
|
||||
|
||||
2
vendor/github.com/containers/common/pkg/config/default_bsd.go
generated
vendored
2
vendor/github.com/containers/common/pkg/config/default_bsd.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
//go:build (freebsd || netbsd || openbsd)
|
||||
//go:build freebsd || netbsd || openbsd
|
||||
|
||||
package config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user