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

# Functions

AutoUpdate looks up containers with a specified auto-update policy and acts accordingly.
LookupPolicy looksup the corresponding Policy for the specified string.
ValidateImageReference checks if the specified imageName is a fully-qualified image reference to the docker transport (without digest).

# Constants

Label denotes the container label key to specify authfile in container labels.
Label denotes the container/pod label key to specify auto-update policies in container labels.
PolicyDefault is the default policy denoting no auto updates.
PolicyNewImage is the policy to update as soon as there's a new image found.

# Structs

Options include parameters for auto updates.

# Type aliases

Policy represents an auto-update policy.