Documentation
¶
Overview ¶
Package containerfile parses and validates the supported Containerfile subset.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct{ Instructions []Instruction }
type Instruction ¶
type UnsupportedError ¶ added in v1.0.4
UnsupportedError describes Containerfile syntax outside ocimage's supported subset.
func (*UnsupportedError) Error ¶ added in v1.0.4
func (e *UnsupportedError) Error() string
Error formats e with file and line context.
Click to show internal directories.
Click to hide internal directories.