dockerfile

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2020 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dockerfile

type Dockerfile struct {
	Stages   []Stage
	MetaArgs map[string]string
}

func FindAndLoad

func FindAndLoad(args map[string]*dambfile.Arg, start, name string) (*Dockerfile, error)

func Load

func Load(args map[string]*dambfile.Arg, fname string) (*Dockerfile, error)

type Stage

type Stage struct {
	Args         map[string]struct{}
	Dependencies map[string]struct{}
	Name         string
}

Jump to

Keyboard shortcuts

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