NAME

API::Docker::Type::RegistryServiceConfig - Daemon registry services configuration

VERSION

version 0.004

DESCRIPTION

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

insecure_registry_cidrs

List of IP ranges of insecure registries, using the CIDR syntax (RFC 4632). Insecure registries accept un-encrypted (HTTP) and/or untrusted (HTTPS with certificates from unknown CAs) communication.

By default, local registries (::1/128 and 127.0.0.0/8) are configured as insecure. All other registries are secure. Communicating with an insecure registry is not possible if the daemon assumes that registry is secure.

This configuration override this behavior, insecure communication with registries whose resolved IP address is within the subnet described by the CIDR syntax.

Registries can also be marked insecure by hostname. Those registries are listed under IndexConfigs and have their Secure field set to false.

> Warning: Using this option can be useful when running a local > registry, but introduces security vulnerabilities. This option > should therefore ONLY be used for testing purposes. For increased > security, users should add their CA to their system's list of trusted > CAs instead of enabling this option. Serialised as InsecureRegistryCIDRs -- spelled out, because deriving it from the Perl name would produce InsecureRegistryCidrs.

index_configs

Undocumented upstream. One API::Docker::Type::IndexInfo per registry the daemon knows, keyed by the registry's own name -- docker.io, 127.0.0.1:5000 and [2001:db8:a0b:12f0::1]:80 among the swagger's examples. "insecure_registry_cidrs" describes this map as where a registry marked insecure by hostname is listed, with its Secure set to false. Measured against Podman 5.8.4 (API 1.44), GET /info answers an empty map here. See API::Docker::Type::IndexInfo. The keys are the caller's data and are never translated.

mirrors

List of registry URLs that act as a mirror for the official (docker.io) registry.

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.