dockerutil

package
v0.8.19-rc-0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2026 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package dockerutil provides utilities for loading and parsing Docker image manifests and tarballs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DockerPullLocalImages

func DockerPullLocalImages(
	ctx context.Context,
	fe containerutil.ContainerFrontend,
	localRegistryAddr string,
	pullMap map[string]string,
) error

DockerPullLocalImages pulls a docker image from a local registry.

func LoadDockerManifest

func LoadDockerManifest(
	ctx context.Context,
	log *conslogging.ConsoleLogger,
	fe containerutil.ContainerFrontend,
	parentImageName string,
	children []Manifest,
	platr *platutil.Resolver,
) error

LoadDockerManifest loads docker manifests.

func LoadDockerTar

LoadDockerTar loads a docker image via a tar.

Types

type Manifest

type Manifest struct {
	Platform  platutil.Platform
	ImageName string
}

Manifest contains docker manifest data.

Jump to

Keyboard shortcuts

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