2022-04-27 14:18:16 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- SPDX-License-Identifier: MIT -->
|
|
|
|
|
2022-11-23 10:32:30 +01:00
|
|
|
<!-- OBS-AddTag: opensuse/bci/bci-minimal:%OS_VERSION_ID_SP% opensuse/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE% opensuse/bci/bci-minimal:latest -->
|
2022-04-27 14:18:16 +02:00
|
|
|
<!-- OBS-Imagerepo: obsrepositories:/ -->
|
|
|
|
|
|
|
|
<image schemaversion="6.5" name="minimal-image" xmlns:suse_label_helper="com.suse.label_helper">
|
|
|
|
<description type="system">
|
2022-07-14 16:28:37 +02:00
|
|
|
<author>openSUSE Project</author>
|
2022-04-27 14:18:16 +02:00
|
|
|
<contact>https://www.suse.com/</contact>
|
2022-11-23 10:32:30 +01:00
|
|
|
<specification>openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Minimal Container Image</specification>
|
2022-04-27 14:18:16 +02:00
|
|
|
</description>
|
|
|
|
<preferences>
|
2022-11-23 10:32:30 +01:00
|
|
|
<type image="docker" derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
|
2022-04-27 14:18:16 +02:00
|
|
|
<containerconfig
|
2022-11-23 10:32:30 +01:00
|
|
|
name="opensuse/bci/bci-minimal"
|
2022-04-27 14:18:16 +02:00
|
|
|
tag="%OS_VERSION_ID_SP%"
|
2022-07-14 16:28:37 +02:00
|
|
|
maintainer="openSUSE (https://www.opensuse.org/)"
|
2022-04-27 14:18:16 +02:00
|
|
|
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest">
|
|
|
|
<labels>
|
2022-07-14 16:28:37 +02:00
|
|
|
<suse_label_helper:add_prefix prefix="org.opensuse.bci.minimal">
|
2022-11-23 10:32:30 +01:00
|
|
|
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI %OS_VERSION_NO_DASH% Minimal Container Image"/>
|
2022-04-27 14:18:16 +02:00
|
|
|
<label name="org.opencontainers.image.description" value="A minimal environment for containers based on the SLE Base Container Image."/>
|
|
|
|
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/>
|
|
|
|
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
|
2022-07-14 16:28:37 +02:00
|
|
|
<label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
|
2023-03-03 08:51:12 +01:00
|
|
|
<label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
|
2022-07-14 16:28:37 +02:00
|
|
|
<label name="org.opencontainers.image.url" value="https://www.opensuse.org"/>
|
2023-05-04 15:20:24 +02:00
|
|
|
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE%"/>
|
2022-04-27 14:18:16 +02:00
|
|
|
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
2022-07-14 16:28:37 +02:00
|
|
|
|
2023-06-20 18:17:59 +02:00
|
|
|
<label name="org.opensuse.release-stage" value="released"/>
|
|
|
|
<label name="org.opensuse.lifecycle-url" value="https://en.opensuse.org/Lifetime"/>
|
2022-04-27 14:18:16 +02:00
|
|
|
</suse_label_helper:add_prefix>
|
|
|
|
</labels>
|
|
|
|
</containerconfig>
|
|
|
|
</type>
|
2023-05-04 15:20:24 +02:00
|
|
|
<version>2023</version>
|
2022-04-27 14:18:16 +02:00
|
|
|
<packagemanager>zypper</packagemanager>
|
|
|
|
<rpm-check-signatures>false</rpm-check-signatures>
|
|
|
|
<rpm-excludedocs>true</rpm-excludedocs>
|
|
|
|
</preferences>
|
|
|
|
<repository type="rpm-md">
|
|
|
|
<source path="obsrepositories:/"/>
|
|
|
|
</repository>
|
|
|
|
<packages type="delete">
|
|
|
|
<package name="grep"/>
|
|
|
|
<package name="diffutils"/>
|
|
|
|
<package name="info"/>
|
|
|
|
<package name="fillup"/>
|
|
|
|
<package name="libzio1"/>
|
|
|
|
</packages>
|
|
|
|
<packages type="bootstrap">
|
2022-04-27 15:10:29 +02:00
|
|
|
<package name="rpm"/>
|
2022-04-27 14:18:16 +02:00
|
|
|
<package name="perl-base"/>
|
|
|
|
<package name="distribution-release"/>
|
|
|
|
</packages>
|
|
|
|
|
|
|
|
</image>
|