builder

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildpackBackend

type BuildpackBackend interface {
	Pack(ctx context.Context, repoDir string, logWriter io.Writer, imageDest string) error
}

type ImageConfig

type ImageConfig struct {
	Registry struct {
		Scheme   string `mapstructure:"scheme" yaml:"scheme"`
		Addr     string `mapstructure:"addr" yaml:"addr"`
		Username string `mapstructure:"username" yaml:"username"`
		Password string `mapstructure:"password" yaml:"password"`
	} `mapstructure:"registry" yaml:"registry"`
	NamePrefix string `mapstructure:"namePrefix" yaml:"namePrefix"`
}

func (*ImageConfig) FullImageName

func (c *ImageConfig) FullImageName(appID string) string

func (*ImageConfig) ImageName

func (c *ImageConfig) ImageName(appID string) string

type Task

type Task struct {
	ApplicationID string
	BuildID       string
	RepositoryID  string
	Commit        string
	ImageName     string
	ImageTag      string
	BuildConfig   domain.BuildConfig
}

func (*Task) DestImage

func (t *Task) DestImage() string

Jump to

Keyboard shortcuts

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