Accepting request 988692 from home:dancermak:auto_update:Tumbleweed

Convert SLE specific parts to openSUSE

OBS-URL: https://build.opensuse.org/request/show/988692
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/minimal-image?expand=0&rev=4
This commit is contained in:
Fabian Vogt 2022-07-14 14:28:37 +00:00 committed by Git OBS Bridge
parent 2846eeb43e
commit 93ccd81844
2 changed files with 15 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 12 15:13:44 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Convert SLE specific parts to openSUSE
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 28 10:15:45 UTC 2022 - Dan Čermák <dcermak@suse.com> Thu Apr 28 10:15:45 UTC 2022 - Dan Čermák <dcermak@suse.com>

View File

@ -6,33 +6,30 @@
<image schemaversion="6.5" name="minimal-image" xmlns:suse_label_helper="com.suse.label_helper"> <image schemaversion="6.5" name="minimal-image" xmlns:suse_label_helper="com.suse.label_helper">
<description type="system"> <description type="system">
<author>SUSE LLC</author> <author>openSUSE Project</author>
<contact>https://www.suse.com/</contact> <contact>https://www.suse.com/</contact>
<specification>SLE BCI %OS_VERSION% Minimal Container Image</specification> <specification>openSUSE Tumbleweed BCI %OS_VERSION% Minimal Container Image</specification>
</description> </description>
<preferences> <preferences>
<type image="docker" derived_from="obsrepositories:/bci/bci-micro#latest"> <type image="docker" derived_from="obsrepositories:/bci/bci-micro#latest">
<containerconfig <containerconfig
name="bci/bci-minimal" name="bci/bci-minimal"
tag="%OS_VERSION_ID_SP%" tag="%OS_VERSION_ID_SP%"
maintainer="SUSE LLC (https://www.suse.com/)" maintainer="openSUSE (https://www.opensuse.org/)"
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest"> additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest">
<labels> <labels>
<!-- See https://en.opensuse.org/Building_derived_containers#Labels --> <!-- See https://en.opensuse.org/Building_derived_containers#Labels -->
<suse_label_helper:add_prefix prefix="com.suse.bci.minimal"> <suse_label_helper:add_prefix prefix="org.opensuse.bci.minimal">
<label name="org.opencontainers.image.title" value="SLE BCI %OS_VERSION% Minimal Container Image"/> <label name="org.opencontainers.image.title" value="openSUSE Tumbleweed 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.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.version" value="%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.opencontainers.image.created" value="%BUILDTIME%"/> <label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
<label name="org.opencontainers.image.vendor" value="SUSE LLC"/> <label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
<label name="org.opencontainers.image.url" value="https://www.suse.com/products/server/"/> <label name="org.opencontainers.image.url" value="https://www.opensuse.org"/>
<label name="org.opensuse.reference" value="registry.suse.com/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE%"/> <label name="org.opensuse.reference" value="registry.opensuse.org/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/> <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.release-stage" value="released"/>
<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> </suse_label_helper:add_prefix>
</labels> </labels>