NAME
API::Docker::Type::Plugin::Config::RootFS - The root filesystem of a plugin
VERSION
version 0.004
DESCRIPTION
Generated from the inline rootfs schema of Plugin.Config in spec/v1.51.yaml, which the swagger leaves undescribed. The two fields are spelled in lower case upstream, type and diff_ids, and the property itself is rootfs; the class is named RootFS to match ImageInspect.RootFS, which is recorded in maint/spec-drift-exceptions.yaml.
type
Undocumented upstream. layers in the swagger's example, the same value an image answers with under "type" in API::Docker::Type::ImageInspect::RootFS. Serialised as type -- spelled out, because deriving it from the Perl name would produce Type.
diff_ids
Undocumented upstream. One sha256:... digest per layer, two of them in the swagger's example -- what "layers" in API::Docker::Type::ImageInspect::RootFS holds for an image. Serialised as diff_ids -- spelled out, because deriving it from the Perl name would produce DiffIds.
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.