extend

package
v0.18.5 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateConfig added in v0.17.0

func ValidateConfig(configPath string) error

Types

type Arg

type Arg struct {
	Name  string `toml:"name"`
	Value string `toml:"value"`
}

type BuildConfig added in v0.17.0

type BuildConfig struct {
	Args []Arg `toml:"args"`
}

type Config added in v0.17.0

type Config struct {
	Build BuildConfig `toml:"build"`
	Run   BuildConfig `toml:"run"`
}

type Dockerfile

type Dockerfile struct {
	ExtensionID string
	Path        string `toml:"path"`
	Args        []Arg
}

type Options

type Options struct {
	BuildContext string
	IgnorePaths  []string
	CacheTTL     time.Duration
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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