osbuildexecutor

package
v0.0.0-...-e00a0d1 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Executor

type Executor interface {
	RunOSBuild(manifest []byte, opts *OsbuildOpts, errorWriter io.Writer) (*osbuild.Result, error)
}

func NewAWSEC2Executor

func NewAWSEC2Executor(iamProfile, keyName, cloudWatchGroup, hostname, tmpDir string) Executor

func NewHostExecutor

func NewHostExecutor() Executor

type OsbuildOpts

type OsbuildOpts struct {
	StoreDir    string
	OutputDir   string
	Exports     []string
	ExportPaths []string
	Checkpoints []string
	ExtraEnv    []string
	Result      bool
}

Jump to

Keyboard shortcuts

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