Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateConfig ¶ added in v0.17.0
Types ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.