engine.#Build: fix optional fields in spec
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
7d40e79366
commit
c86fd92d38
@ -91,12 +91,11 @@ package engine
|
||||
}]
|
||||
|
||||
// FIXME: options ported from op.#DockerBuild
|
||||
platforms: [...string]
|
||||
target: string
|
||||
buildArg: [string]: string
|
||||
label: [string]: string
|
||||
target: string
|
||||
hosts: [string]: string
|
||||
platforms?: [...string]
|
||||
target?: string
|
||||
buildArg?: [string]: string
|
||||
label?: [string]: string
|
||||
hosts?: [string]: string
|
||||
}
|
||||
|
||||
// Root filesystem produced by build
|
||||
|
Reference in New Issue
Block a user