build

package
v0.7.0-18-g15c16a3 Latest Latest
Warning

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

Go to latest
Published: May 3, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CaptureLogCommands

func CaptureLogCommands() []string

Types

type DarwinScratch

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

func (*DarwinScratch) Create

func (s *DarwinScratch) Create() error

func (*DarwinScratch) GetImg

func (s *DarwinScratch) GetImg() string

func (*DarwinScratch) UnwrapToDir

func (s *DarwinScratch) UnwrapToDir(dir string) error

type Driver

type Driver interface {
	Build(image string, cfg *types.Config)
}

type Libguestfs

type Libguestfs struct{}

func (Libguestfs) Build

func (l Libguestfs) Build(image string, cfg *types.Config)

type Qemu

type Qemu struct{}

func (Qemu) Build

func (q Qemu) Build(image string, config *types.Config)

type Scratch

type Scratch interface {
	Create() error
	UnwrapToDir(dir string) error
	GetImg() string
}

func NewScratch

func NewScratch() Scratch

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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