2019-04-10 11:06:23 +02:00
|
|
|
<?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
|
2019-05-29 15:11:47 +02:00
|
|
|
name="opensuse/busybox"
|
2019-04-10 11:06:23 +02:00
|
|
|
tag="latest"
|
2019-05-10 10:20:30 +02:00
|
|
|
additionaltags="%PKG_VERSION%,%PKG_VERSION%-%RELEASE%"
|
2019-08-02 15:04:49 +02:00
|
|
|
maintainer="Thorsten Kukuk <kukuk@suse.com>">
|
|
|
|
<subcommand execute="/bin/sh"/>
|
2019-04-10 11:06:23 +02:00
|
|
|
<labels>
|
|
|
|
<suse_label_helper:add_prefix prefix="org.opensuse.tumbleweed.busybox">
|
2019-05-29 15:43:16 +02:00
|
|
|
<label name="org.opencontainers.image.title" value="openSUSE Busybox Container"/>
|
|
|
|
<label name="org.opencontainers.image.description" value="Small image containing busybox."/>
|
|
|
|
<label name="org.opencontainers.image.version" value="%PKG_VERSION%-%RELEASE%"/>
|
|
|
|
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
|
2019-04-10 11:06:23 +02:00
|
|
|
<label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
|
|
|
|
<label name="org.opencontainers.image.url" value="https://www.opensuse.org/"/>
|
2019-05-29 15:11:47 +02:00
|
|
|
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/busybox:%PKG_VERSION%-%RELEASE%"/>
|
2019-04-10 11:06:23 +02:00
|
|
|
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
|
|
|
</suse_label_helper:add_prefix>
|
|
|
|
</labels>
|
2019-05-29 15:11:47 +02:00
|
|
|
<history author="Thorsten Kukuk <kukuk@suse.com>">openSUSE Busybox Container</history>
|
2019-04-10 11:06:23 +02:00
|
|
|
</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">
|
2020-04-14 12:43:16 +02:00
|
|
|
<package name="busybox"/>
|
2020-04-15 08:34:48 +02:00
|
|
|
<package name="busybox-links"/>
|
|
|
|
<package name="busybox-coreutils" replaces="coreutils"/>
|
|
|
|
<package name="busybox-findutils" replaces="findutils"/>
|
|
|
|
<package name="busybox-util-linux" replaces="util-linux"/>
|
|
|
|
<package name="busybox-grep" replaces="grep"/>
|
|
|
|
<package name="busybox-diffutils" replaces="diffutils"/>
|
|
|
|
<package name="busybox-sed" replaces="sed"/>
|
|
|
|
<package name="busybox-cpio" replaces="cpio"/>
|
|
|
|
<package name="busybox-gzip" replaces="gzip"/>
|
|
|
|
<package name="busybox-bzip2" replaces="bzip2"/>
|
|
|
|
<package name="busybox-xz" replaces="xz"/>
|
|
|
|
<package name="busybox-procps" replaces="procps"/>
|
|
|
|
<package name="busybox-kbd" replaces="kbd"/>
|
|
|
|
<package name="busybox-hostname" replaces="hostname"/>
|
2020-03-12 17:18:40 +01:00
|
|
|
<package name="kubernetes-pause"/>
|
2019-04-10 11:06:23 +02:00
|
|
|
</packages>
|
|
|
|
</image>
|