kiwi.repository.template Package

Submodules

kiwi.repository.template.apt Module

class kiwi.repository.template.apt.PackageManagerTemplateAptGet[source]

Bases: object

apt-get configuration file template

get_host_template(exclude_docs: bool = False) Template[source]

apt-get package manager template for apt-get called outside of the image, not chrooted

Return type:

Template

get_image_template(exclude_docs: bool = False) Template[source]

apt-get package manager template for apt-get called inside of the image, chrooted

Return type:

Template

Module Contents