builder

package
v1.4.6 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2024 License: MIT Imports: 4 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,
		imageDest string,
		imageConfig ImageConfig,
		env map[string]string,
		logWriter io.Writer,
	) (path string, err error)
}

type ImageConfig

type ImageConfig struct {
	Registry      RegistryConfig `mapstructure:"registry" yaml:"registry"`
	NamePrefix    string         `mapstructure:"namePrefix" yaml:"namePrefix"`
	TmpNamePrefix string         `mapstructure:"tmpNamePrefix" yaml:"tmpNamePrefix"`
}

func (*ImageConfig) ImageName

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

func (*ImageConfig) NewRegistry added in v0.10.0

func (c *ImageConfig) NewRegistry() *regclient.RegClient

NewRegistry generates a new regclient instance.

func (*ImageConfig) TmpImageName added in v0.10.0

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

type RegistryConfig added in v1.1.0

type RegistryConfig 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"`
}

Jump to

Keyboard shortcuts

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