Versions in this module Expand all Collapse all v3 v3.4.10 Aug 29, 2022 v3.4.8 Aug 29, 2022 Changes in this version + func CreateTmpFile(dir, pattern string, content []byte) (string, error) + func DefaultPolicyPath(sys *types.SystemContext) string + func GetGPGIdFromKeyData(key string) []string + func GetGPGIdFromKeyPath(path string) []string + func RegistriesDirPath(sys *types.SystemContext) string + type Policy struct + GPGId string + Keys []string + Name string + RepoName string + SignatureStore string + Transport string + Type string + type PolicyContent struct + Default []RepoContent + Transports TransportsContent + func GetPolicy(policyPath string) (PolicyContent, error) + type RegistryConfiguration struct + DefaultDocker *RegistryNamespace + Docker map[string]RegistryNamespace + func LoadAndMergeConfig(dirPath string) (*RegistryConfiguration, error) + type RegistryNamespace struct + SigStore string + SigStoreStaging string + func HaveMatchRegistry(key string, registryConfigs *RegistryConfiguration) *RegistryNamespace + type RepoContent struct + KeyData string + KeyPath string + KeyType string + SignedIdentity json.RawMessage + Type string + type RepoMap map[string][]RepoContent + type ShowOutput struct + GPGid string + Repo string + Sigstore string + Trusttype string + type TransportsContent map[string]RepoMap Other modules containing this package github.com/AbhinandanKurakure/podman