forked from pool/virt-operator-container
Dirk Mueller
4631555dfc
Images" documentation - Initial container for virt-operator OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-operator-container?expand=0&rev=1
11 lines
435 B
Plaintext
11 lines
435 B
Plaintext
<services>
|
|
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
|
<service name="replace_using_package_version" mode="buildtime">
|
|
<param name="file">Dockerfile</param>
|
|
<param name="regex">%%PKG_VERSION%%</param>
|
|
<param name="parse-version">patch</param>
|
|
<param name="package">kubevirt-virt-operator</param>
|
|
</service>
|
|
<service mode="buildtime" name="docker_label_helper"/>
|
|
</services>
|