Accepting request 988693 from home:dancermak:auto_update:Tumbleweed

Convert SLE specific parts to openSUSE

OBS-URL: https://build.opensuse.org/request/show/988693
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/micro-image?expand=0&rev=4
This commit is contained in:
Fabian Vogt 2022-07-14 14:31:12 +00:00 committed by Git OBS Bridge
parent 8c154aa33a
commit 8b2093e7fd
2 changed files with 16 additions and 13 deletions

View File

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

View File

@ -6,33 +6,30 @@
<image schemaversion="6.5" name="micro-image" xmlns:suse_label_helper="com.suse.label_helper"> <image schemaversion="6.5" name="micro-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% Micro Container Image</specification> <specification>openSUSE Tumbleweed BCI %OS_VERSION% Micro Container Image</specification>
</description> </description>
<preferences> <preferences>
<type image="docker"> <type image="docker">
<containerconfig <containerconfig
name="bci/bci-micro" name="bci/bci-micro"
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.micro"> <suse_label_helper:add_prefix prefix="org.opensuse.bci.micro">
<label name="org.opencontainers.image.title" value="SLE BCI %OS_VERSION% Micro Container Image"/> <label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI %OS_VERSION% Micro Container Image"/>
<label name="org.opencontainers.image.description" value="A micro environment for containers based on the SLE Base Container Image."/> <label name="org.opencontainers.image.description" value="A micro 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-micro:%OS_VERSION_ID_SP%.%RELEASE%"/> <label name="org.opensuse.reference" value="registry.opensuse.org/bci/bci-micro:%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>
@ -54,6 +51,7 @@
<package name="ca-certificates-mozilla-prebuilt"/> <package name="ca-certificates-mozilla-prebuilt"/>
<package name="coreutils"/> <package name="coreutils"/>
<package name="distribution-release"/> <package name="distribution-release"/>
<package name="skelcd-EULA-bci"/>
</packages> </packages>
</image> </image>