- Kiwi: Add "zabbix-agent" package as dependency for every distribution which provides that package. This is a requirement to be able to use the "zabbix" mgr module from this container image. (bsc#1186348) - Kiwi: Add leap15_3.xml to be able to build ceph-image on Leap 15 SP3. - Add ses7_pacific.xml OBS-URL: https://build.opensuse.org/request/show/907442 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph-image?expand=0&rev=37
27 lines
757 B
XML
27 lines
757 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<param>
|
|
<image>obsrepositories:/opensuse/leap#15.3</image>
|
|
<tags>leap15.3.pacific</tags>
|
|
<name>ceph/ceph</name>
|
|
<prefix>org.opensuse.ceph</prefix>
|
|
<title>Ceph container image</title>
|
|
<url>https://registry.opensuse.org/ceph/ceph:%PKG_VERSION%.%RELEASE%</url>
|
|
<reference>registry.opensuse.org/ceph/ceph:%PKG_VERSION%.%RELEASE%</reference>
|
|
<packages_image>
|
|
<package>
|
|
<name>patterns-ceph-containers-ceph_base</name>
|
|
</package>
|
|
</packages_image>
|
|
<packages_boot>
|
|
<package>
|
|
<name>kubic-locale-archive</name>
|
|
</package>
|
|
<package>
|
|
<name>openSUSE-release-ftp</name>
|
|
</package>
|
|
<package>
|
|
<name>zabbix-agent</name>
|
|
</package>
|
|
</packages_boot>
|
|
</param>
|