Constructors
Properties
Optional
dockerfile
dockerfile?: string
Optional
extra_hosts
extra_hosts?: string[]
Optional
no_cache
no_cache?: boolean
Optional
platforms
platforms?: string[]
Optional
privileged
privileged?: boolean
Optional
pull
pull?: boolean
Optional
tags
tags?: string[]
Optional
target
target?: string
Methods
toDict
- toDict(): object
Returns object
toJSON
- toJSON(): object
Returns object
Static
fromDict
- fromDict(input: any): Build