simplebuilder

package
v0.0.0-...-f1c52c0 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name                   = "internal.container.build.engine"
	DefaultAppDir          = "/opt/app"
	DefaultOutputImageName = "mint-built-image:latest"
	BaseImageWithCerts     = "gcr.io/distroless/static-debian12:latest"
	HistoryComment         = "mintoolkit"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	ShowBuildLogs  bool
	PushToDaemon   bool
	PushToRegistry bool
}

Engine is the default simple build engine

func New

func New(
	showBuildLogs bool,
	pushToDaemon bool,
	pushToRegistry bool) (*Engine, error)

New creates new Engine instances

func (*Engine) Build

func (*Engine) Name

func (ref *Engine) Name() string

Jump to

Keyboard shortcuts

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