buildConfig

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildConfig

type BuildConfig struct {
	Version    string
	Images     map[string]ImageConfig
	Registries map[string]map[string]string
}

func LoadConfig

func LoadConfig(dir string, lc *localConfig.LocalConfig) (*BuildConfig, error)

type ImageBuildConfig

type ImageBuildConfig struct {
	Tag     string
	Context string
	Args    map[string]string
}

type ImageConfig

type ImageConfig struct {
	Depends_on string
	Pull       string
	Build      ImageBuildConfig
	Push       map[string]map[string]string
}

Jump to

Keyboard shortcuts

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