2017-07-11 04:54:38 +00:00
|
|
|
package pb
|
|
|
|
|
2017-07-21 17:58:24 +00:00
|
|
|
type InputIndex int64
|
|
|
|
type OutputIndex int64
|
|
|
|
|
2017-07-11 04:54:38 +00:00
|
|
|
const RootMount = "/"
|
2017-07-21 17:58:24 +00:00
|
|
|
const SkipOutput OutputIndex = -1
|
|
|
|
const Empty InputIndex = -1
|
2017-07-21 17:58:24 +00:00
|
|
|
const LLBBuilder InputIndex = -1
|
|
|
|
|
|
|
|
const LLBDefinitionInput = "buildkit.llb.definition"
|
|
|
|
const LLBDefaultDefinitionFile = LLBDefinitionInput
|