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_createBuildDir

Create a directory for the ImageBuilder to do its work

Defined on line: 147

Called in

p_createChecksumFiles

Create a checksum file for the container

Defined on line: 165

Called in

p_generateChecksum

Create a checksum for the given file

Defined on line: 204

Called in

p_getBaseWorkingDir

Return the name of the base working directory

Defined on line: 246

Called in

p_getCreatedFiles

Return an array ref containing names added with p_addCreatedFiles

Defined on line: 257

Called in

p_runUserImageScript

Execute the images.sh script on the unpacked image tree

Defined on line: 268

Called in

p_writeConfigFile

Write the config file for this image to the given directory

Defined on line: 279

__generateBuildDirName

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

Defined on line: 313

Called in