diff --git a/api/types/types_deprecated.go b/api/types/types_deprecated.go index 647198b9e2..38f004a26a 100644 --- a/api/types/types_deprecated.go +++ b/api/types/types_deprecated.go @@ -6,21 +6,6 @@ import ( "github.com/docker/docker/api/types/swarm" ) -// ImageDeleteResponseItem image delete response item. -// -// Deprecated: use [image.DeleteResponse]. -type ImageDeleteResponseItem = image.DeleteResponse - -// ImageSummary image summary. -// -// Deprecated: use [image.Summary]. -type ImageSummary = image.Summary - -// ImageMetadata contains engine-local data about the image. -// -// Deprecated: use [image.Metadata]. -type ImageMetadata = image.Metadata - // ServiceCreateResponse contains the information returned to a client // on the creation of a new service. //