builder

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 2 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

Jump to

Keyboard shortcuts

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