mirror of
https://github.com/containers/podman.git
synced 2025-12-06 05:37:49 +08:00
Bump github.com/containers/common from 0.6.1 to 0.8.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.6.1 to 0.8.0. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.6.1...v0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
committed by
Daniel J Walsh
parent
ccb9e579c4
commit
eb86bfc344
8
vendor/github.com/containers/buildah/imagebuildah/util.go
generated
vendored
8
vendor/github.com/containers/buildah/imagebuildah/util.go
generated
vendored
@@ -166,11 +166,3 @@ 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