image

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildOptions

type BuildOptions struct {
	CacheDir  string
	ForcePull bool
}

type BuildResult

type BuildResult struct {
	RootfsPath string
	Digest     string
	Size       int64
	Cached     bool
}

type Builder

type Builder struct {
	// contains filtered or unexported fields
}

func NewBuilder

func NewBuilder(opts *BuildOptions) *Builder

func (*Builder) Build

func (b *Builder) Build(ctx context.Context, imageRef string) (*BuildResult, error)

Jump to

Keyboard shortcuts

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