tumbleweed-busybox-image/tumbleweed-busybox-image.kiwi

42 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="6.5" name="tumbleweed-busybox-image" xmlns:suse_label_helper="com.suse.label_helper">
<description type="system">
<author>Thorsten Kukuk</author>
<contact>kukuk@suse.com</contact>
<specification>openSUSE busybox container</specification>
</description>
<preferences>
<type image="docker">
<containerconfig
name="tumbleweed/busybox"
tag="latest"
additionaltags="%%LONG_VERSION%%,%%LONG_VERSION%%-%RELEASE%"
maintainer="Thorsten Kukuk &lt;kukuk@suse.com&gt;">
<labels>
<suse_label_helper:add_prefix prefix="org.opensuse.tumbleweed.busybox">
<label name="org.opencontainers.title" value="openSUSE Tumbleweed Busybox Container"/>
<label name="org.opencontainers.description" value="Small image containing busybox."/>
<label name="org.opencontainers.version" value="%%LONG_VERSION%%-%RELEASE%"/>
<label name="org.opencontainers.created" value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
<label name="org.opencontainers.image.url" value="https://www.opensuse.org/"/>
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/tumbleweed/busybox:%%LONG_VERSION%%-%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
</suse_label_helper:add_prefix>
</labels>
<history author="Thorsten Kukuk &lt;kukuk@suse.com&gt;">openSUSE Tumbleweed Busybox Container</history>
</containerconfig>
</type>
<version>1.0.0</version>
<packagemanager>zypper</packagemanager>
<rpm-check-signatures>false</rpm-check-signatures>
<rpm-excludedocs>true</rpm-excludedocs>
</preferences>
<repository>
<source path="obsrepositories:/"/>
</repository>
<packages type="bootstrap">
<package name="busybox"/>
</packages>
</image>