mirror of
https://github.com/containers/podman.git
synced 2025-12-15 11:42:28 +08:00
refine dangling checks
By proxy by vendoring containers/common. Previously, a "dangling" image was an untagged image; just a described in the Docker docs. The definition of dangling has now been refined to an untagged image without children to be compatible with Docker. Further update a redundant image-prune test. Fixes: #10998 Fixes: #10832 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/imagebuildah/build.go
generated
vendored
2
vendor/github.com/containers/buildah/imagebuildah/build.go
generated
vendored
@@ -39,7 +39,7 @@ const (
|
||||
)
|
||||
|
||||
// Mount is a mountpoint for the build container.
|
||||
type Mount specs.Mount
|
||||
type Mount = specs.Mount
|
||||
|
||||
type BuildOptions = define.BuildOptions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user