mobyexporter

package
v0.0.0-...-460b4ae Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(opt Opt) (exporter.Exporter, error)

New creates a new moby imagestore exporter

Types

type Differ

type Differ interface {
	EnsureLayer(ctx context.Context, key string) ([]layer.DiffID, error)
}

Differ can make a moby layer from a snapshot

type ImageTagger

type ImageTagger interface {
	TagImage(ctx context.Context, imageID image.ID, newTag distref.Named) error
}

type Opt

type Opt struct {
	ImageStore   image.Store
	Differ       Differ
	ImageTagger  ImageTagger
	ContentStore content.Store
	LeaseManager leases.Manager
}

Opt defines a struct for creating new exporter

Jump to

Keyboard shortcuts

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