package
3.4.7
Repository: https://github.com/containers/podman.git
Documentation: pkg.go.dev

# Functions

CreateTmpFile creates a temp file under dir and writes the content into it.
DefaultPolicyPath returns a path to the default policy of the system.
GetGPGIdFromKeyData return user keyring from keydata.
GetGPGIdFromKeyPath return user keyring from key path.
GetPolicy parse policy.json into PolicyContent struct.
HaveMatchRegistry checks if trust settings for the registry have been configured in yaml file.
LoadAndMergeConfig loads configuration files in dirPath.
RegistriesDirPath returns a path to registries.d.

# Structs

Policy describes a basic trust policy configuration.
PolicyContent struct for policy.json file.
RegistryConfiguration is one of the files in registriesDirPath configuring lookaside locations, or the result of merging them all.
RegistryNamespace defines lookaside locations for a single namespace.
RepoContent struct used under each repo.
ShowOutput keep the fields for image trust show command.

# Type aliases

RepoMap map repo name to policycontent for each repo.
TransportsContent struct for content under "transports".