forked from pool/obs-service-kiwi_label_helper
OBS-URL: https://build.opensuse.org/request/show/1040883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-kiwi_label_helper?expand=0&rev=4
obs-service-kiwi_label_helper ============================= This service can be enabled to run during buildtime, when it will edit the kiwi image descriptions to expand the <suse_label_helper:add_prefix/\> element. Example: ``` <image [...] xmlns:suse_label_helper="com.suse.label_helper"> [...] <containerconfig [...]> <labels> <suse_label_helper:add_prefix prefix="com.suse.sle.base"> <label name="org.opencontainers.title" value="SUSE Linux Enterprise Server 12 SP3 Base Container"/> </suse_label_helper:add_prefix> ``` expands to ``` <image [...] xmlns:suse_label_helper="com.suse.label_helper"> [...] <containerconfig [...]> <labels> <label name="org.opencontainers.title" value="SUSE Linux Enterprise Server 12 SP3 Base Container"/> <label name="com.suse.sle.base.title" value="SUSE Linux Enterprise Server 12 SP3 Base Container"/> ```
Description
Languages
XSLT
60.4%
Shell
39.6%