KIWIImageBuilderBase Info


Public methods

Private methods


getBaseBuildDirectory

Return the path to the build directory that each builder should use to create it's image specific working files and directories.

Defined on line: 94

Called in

getChecksumExtension

Return the file name extension that indicates the checksum algorithm used

Defined on line: 106

Called in

new

Create the KIWIImageBuilder object

Defined on line: 47

p_addCreatedFile

Add the given name to teh creatde file array

Defined on line: 121

Called in

p_copyUnpackedTreeContent

Copy the unpacked image tree content to the given target directory

Defined on line: 147

Called in

p_createBuildDir

Create a directory for the ImageBuilder to do its work

Defined on line: 175

Called in

p_createChecksumFiles

Create a checksum file for the container

Defined on line: 193

Called in

p_generateChecksum

Create a checksum for the given file

Defined on line: 232

Called in

p_getBaseWorkingDir

Return the name of the base working directory

Defined on line: 274

Called in

p_getCreatedFiles

Return an array ref containing names added with p_addCreatedFiles

Defined on line: 285

Called in

p_runUserImageScript

Execute the images.sh script on the unpacked image tree

Defined on line: 296

Called in

p_writeConfigFile

Write the config file for this image to the given directory

Defined on line: 307

__generateBuildDirName

Construct the name of the work directory for the ImageBuilder to do its work

Defined on line: 341

Called in