KIWIContainerBuilder Info


Public methods

Private methods


createImage

Create the image, returns an array ref containing a list of the files that are part of the image, created by this builder

Defined on line: 63

new

Create the KIWIContainerBuilder object

Defined on line: 47

Called in

__applyContainerConfig

Apply container configuration settings

Defined on line: 171

Called in

__cleanupWorkingDir

Remove the tmp lxc root directory

Defined on line: 256

Called in

__copyUnpackedTreeContent

Copy the unpacked image tree content to the given target directory

Defined on line: 286

Called in

__createContainerBundle

Create a tarball of the container

Defined on line: 314

Called in

__createContainerConfigDir

Create the directory for the container configuration file

Defined on line: 381

Called in

__createDevNodes

Create the device nodes we need inside a container

Defined on line: 420

Called in

__createInitTab

Create an inittab file for the container

Defined on line: 574

Called in

__createTargetRootTree

Create the directory that will hold the container rootfs

Defined on line: 615

Called in

__createWorkingDir

Create a directory to tmp store the lxc root tree

Defined on line: 655

Called in

__disableServices

Disable service we do not want to have running in a container

Defined on line: 689

Called in

__removeKiwiBuildInfo

Remove data that is inserted in the root tree for image building

Defined on line: 769

Called in