File _service of Package kiwi-application-container
<services> <service mode="buildtime" name="kiwi_metainfo_helper"/> <service mode="buildtime" name="replace_using_package_version"> <!-- The name of the kiwi recipe file --> <param name="file">kiwi-application-container.kiwi</param> <param name="regex">%PKG_VERSION%</param> <param name="parse-version">patch</param> <!-- Fill with the main package of the container. It determines the version of the container image. --> <param name="package">vim</param> </service> <service mode="buildtime" name="kiwi_label_helper"/> </services>