podman

package
v0.32.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2026 License: MIT Imports: 7 Imported by: 0

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

func PullImages(images []string, knownDigests map[string]string, verbose bool) (*PullResult, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL