7f183ebd5d
Keylime control plane (verifier, registrar, tenant) container OBS-URL: https://build.opensuse.org/request/show/1029993 OBS-URL: https://build.opensuse.org/package/show/devel:microos:containers/keylime-control-plane-image?expand=0&rev=1
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
<services>
|
|
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
|
<service mode="buildtime" name="docker_label_helper"/>
|
|
<service name="replace_using_package_version" mode="buildtime">
|
|
<param name="file">Dockerfile</param>
|
|
<param name="regex">%%KEYLIME_VERSION%%</param>
|
|
<param name="package">python310-keylime</param>
|
|
</service>
|
|
</services>
|