NAME

API::Docker::Type::ImageManifestSummary - A summary of an image manifest

VERSION

version 0.004

DESCRIPTION

Generated from the ImageManifestSummary definition of spec/v1.51.yaml.

id

ID is the content-addressable ID of an image and is the same as the digest of the image manifest. Serialised as ID -- spelled out, because deriving it from the Perl name would produce Id. The swagger lists this field as required; nothing here enforces that, see "since is documentation" in API::Docker::Type.

descriptor

A descriptor struct containing digest, media type, and size, as defined in the OCI Content Descriptors Specification. See API::Docker::Type::OCIDescriptor. The swagger lists this field as required; nothing here enforces that, see "since is documentation" in API::Docker::Type.

available

Indicates whether all the child content (image config, layers) is fully available locally. The swagger lists this field as required; nothing here enforces that, see "since is documentation" in API::Docker::Type.

size

Undocumented upstream. Two byte counts: Content for what of this manifest and its children is in the local content store, Total for that plus every other locally present byte belonging to it. See API::Docker::Type::ImageManifestSummary::Size. The swagger lists this field as required; nothing here enforces that, see "since is documentation" in API::Docker::Type.

kind

The kind of the manifest.

kind | description -------------|----------------------------------------------------------- image | Image manifest that can be used to start a container. attestation | Attestation manifest produced by the Buildkit builder for a specific image manifest. The swagger enumerates image, attestation and unknown. The swagger lists this field as required; nothing here enforces that, see "since is documentation" in API::Docker::Type.

image_data

The image data for the image manifest. This field is only populated when Kind is "image". See API::Docker::Type::ImageManifestSummary::ImageData.

attestation_data

The image data for the attestation manifest. This field is only populated when Kind is "attestation". See API::Docker::Type::ImageManifestSummary::AttestationData.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.