mirror of
https://github.com/containers/podman.git
synced 2025-12-07 14:20:44 +08:00
Update vendor of buildah and containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
8
vendor/github.com/containers/buildah/imagebuildah/util.go
generated
vendored
8
vendor/github.com/containers/buildah/imagebuildah/util.go
generated
vendored
@@ -165,3 +165,11 @@ func convertMounts(mounts []Mount) []specs.Mount {
|
||||
}
|
||||
return specmounts
|
||||
}
|
||||
|
||||
func copyStringStringMap(m map[string]string) map[string]string {
|
||||
n := map[string]string{}
|
||||
for k, v := range m {
|
||||
n[k] = v
|
||||
}
|
||||
return n
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user