forked from pool/minimal-image
Dan Čermák
4850e9a609
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/minimal-image?expand=0&rev=1
65 lines
2.8 KiB
XML
65 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- SPDX-License-Identifier: MIT -->
|
|
|
|
<!-- OBS-AddTag: bci/bci-minimal:%OS_VERSION_ID_SP% bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE% bci/bci-minimal:latest -->
|
|
<!-- OBS-Imagerepo: obsrepositories:/ -->
|
|
|
|
<image schemaversion="6.5" name="minimal-image" xmlns:suse_label_helper="com.suse.label_helper">
|
|
<description type="system">
|
|
<author>SUSE LLC</author>
|
|
<contact>https://www.suse.com/</contact>
|
|
<specification>SLE BCI %OS_VERSION% Minimal Container Image</specification>
|
|
</description>
|
|
<preferences>
|
|
<type image="docker" derived_from="obsrepositories:/bci/bci-micro#Tumbleweed">
|
|
<containerconfig
|
|
name="bci/bci-minimal"
|
|
tag="%OS_VERSION_ID_SP%"
|
|
maintainer="SUSE LLC (https://www.suse.com/)"
|
|
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest">
|
|
<labels>
|
|
<!-- See https://en.opensuse.org/Building_derived_containers#Labels -->
|
|
<suse_label_helper:add_prefix prefix="com.suse.bci.minimal">
|
|
<label name="org.opencontainers.image.title" value="SLE BCI %OS_VERSION% Minimal Container Image"/>
|
|
<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%"/>
|
|
<label name="org.opencontainers.image.vendor" value="SUSE LLC"/>
|
|
<label name="org.opencontainers.image.url" value="https://www.suse.com/products/server/"/>
|
|
<label name="org.opensuse.reference" value="registry.suse.com/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE%"/>
|
|
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
|
<label name="com.suse.supportlevel" value="techpreview"/>
|
|
<label name="com.suse.image-type" value="sle-bci"/>
|
|
<label name="com.suse.eula" value="sle-bci"/>
|
|
<label name="com.suse.release-stage" value="beta"/>
|
|
<label name="com.suse.lifecycle-url" value="https://www.suse.com/lifecycle"/>
|
|
|
|
</suse_label_helper:add_prefix>
|
|
</labels>
|
|
|
|
|
|
|
|
</containerconfig>
|
|
</type>
|
|
<version>15.Tumbleweed.0</version>
|
|
<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">
|
|
<package name="rpm-ndb"/>
|
|
<package name="perl-base"/>
|
|
<package name="distribution-release"/>
|
|
</packages>
|
|
|
|
</image> |