build

package
v0.9.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2019 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cmd

func Cmd(dockerCli command.Cli) *cobra.Command

Types

type ImageBuildConfig

type ImageBuildConfig struct {
	Context    string                    `yaml:",omitempty" json:"context,omitempty"`
	Dockerfile string                    `yaml:",omitempty" json:"dockerfile,omitempty"`
	Args       compose.MappingWithEquals `yaml:",omitempty" json:"args,omitempty"`
}

type ServiceConfig

type ServiceConfig struct {
	Name string `yaml:"-" json:"-"`

	Build *ImageBuildConfig
	Image *string
}

Jump to

Keyboard shortcuts

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