Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildOciImage ¶
func BuildOciImage(bib *BinmanImageBuild) error
BuildOciImage will build an OCI compatible image
Types ¶
type BinmanImageBuild ¶
type BinmanImageBuild struct { Assets []string // list of files that should be in the final image BaseImage string // The list of baseimages to stack and add our layer to. Nil signals the creation of a scratch image Name string Registry string ImageBinPath string // where assets will be written Version string // contains filtered or unexported fields }
func MakeBinmanImageBuild ¶
func MakeBinmanImageBuild(targetImageName, imagePath, baseImage string) (BinmanImageBuild, error)
Click to show internal directories.
Click to hide internal directories.