Documentation
¶
Overview ¶
Package podman wraps podman CLI operations for testability.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullResult ¶ added in v0.32.0
type PullResult struct {
// UpdatedDigests maps image references to their new remote digests
// after a successful pull.
UpdatedDigests map[string]string
}
PullResult reports which images were pulled and their new digests.
func PullImages ¶ added in v0.31.1
PullImages pulls the given container images using podman, skipping images whose stored digest already matches the remote registry. The knownDigests map provides previously-stored remote digests keyed by image reference.
Click to show internal directories.
Click to hide internal directories.