images

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFlatPuller

func NewFlatPuller() (*flatPuller, error)

Types

type Puller

type Puller interface {
	GatherImageMetadata(imageName string) (*imageMetadata, error)
	PrepareRootFs(id uint32, metadata *imageMetadata) (string, error)
	RemoveRootFs(id uint32) error
}

type RegistryEntity

type RegistryEntity string
const (
	REGISTRY_ENTITY_MANIFEST RegistryEntity = "manifests"
	REGISTRY_ENTITY_BLOB     RegistryEntity = "blobs"
)

Jump to

Keyboard shortcuts

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