NAME
API::Docker::Type::OCIPlatform - Describes the platform which the image in the manifest runs on, as defined in the OCI Image Index Specification
VERSION
version 0.004
DESCRIPTION
Generated from the OCIPlatform definition of spec/v1.51.yaml.
architecture
The CPU architecture, for example amd64 or ppc64. Serialised as architecture -- spelled out, because deriving it from the Perl name would produce Architecture.
os
The operating system, for example linux or windows. Serialised as os -- spelled out, because deriving it from the Perl name would produce Os.
os_version
Optional field specifying the operating system version, for example on Windows 10.0.19041.1165. Serialised as os.version -- spelled out, because deriving it from the Perl name would produce OsVersion.
os_features
Optional field specifying an array of strings, each listing a required OS feature (for example on Windows win32k). Serialised as os.features -- spelled out, because deriving it from the Perl name would produce OsFeatures.
variant
Optional field specifying a variant of the CPU, for example v7 to specify ARMv7 when architecture is arm. Serialised as variant -- spelled out, because deriving it from the Perl name would produce Variant.
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.