Accepting request 1097014 from devel:BCI:Tumbleweed

- label capitalization and related cleanups

- Add release stage and lifecycle url

- switch versioning to rolling Tumbleweed schema
- Correct org.opensuse.reference label

- Add org.opencontainers.image.source label set to %SOURCEURL%

- Bump copyright year

OBS-URL: https://build.opensuse.org/request/show/1097014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minimal-image?expand=0&rev=2
This commit is contained in:
Fabian Vogt 2023-07-06 16:29:10 +00:00 committed by Git OBS Bridge
commit 7374a4c273
4 changed files with 39 additions and 17 deletions

View File

@ -1,5 +1,4 @@
<services> <services>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service mode="buildtime" name="kiwi_label_helper"/> <service mode="buildtime" name="kiwi_label_helper"/>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
</services> </services>

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: (c) 2022 SUSE LLC # SPDX-FileCopyrightText: (c) 2022-2023 SUSE LLC
set -euo pipefail set -euo pipefail

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- label capitalization and related cleanups
-------------------------------------------------------------------
Tue May 30 06:52:56 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Add release stage and lifecycle url
-------------------------------------------------------------------
Wed Apr 26 06:18:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- switch versioning to rolling Tumbleweed schema
- Correct org.opensuse.reference label
-------------------------------------------------------------------
Fri Mar 3 07:24:36 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Add org.opencontainers.image.source label set to %SOURCEURL%
-------------------------------------------------------------------
Mon Jan 2 12:22:14 UTC 2023 - Dan Čermák <dcermak@suse.com>
- Bump copyright year
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 12 15:13:44 UTC 2022 - Dan Čermák <dcermak@suse.com> Tue Jul 12 15:13:44 UTC 2022 - Dan Čermák <dcermak@suse.com>

View File

@ -1,44 +1,41 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- SPDX-License-Identifier: MIT --> <!-- 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-AddTag: opensuse/bci/bci-minimal:%OS_VERSION_ID_SP% opensuse/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE% opensuse/bci/bci-minimal:latest -->
<!-- OBS-Imagerepo: obsrepositories:/ --> <!-- OBS-Imagerepo: obsrepositories:/ -->
<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>openSUSE Project</author> <author>openSUSE Project</author>
<contact>https://www.suse.com/</contact> <contact>https://www.suse.com/</contact>
<specification>openSUSE Tumbleweed BCI %OS_VERSION% Minimal Container Image</specification> <specification>openSUSE Tumbleweed BCI openSUSE Tumbleweed Minimal Container Image</specification>
</description> </description>
<preferences> <preferences>
<type image="docker" derived_from="obsrepositories:/bci/bci-micro#latest"> <type image="docker" derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
<containerconfig <containerconfig
name="bci/bci-minimal" name="opensuse/bci/bci-minimal"
tag="%OS_VERSION_ID_SP%" tag="%OS_VERSION_ID_SP%"
maintainer="openSUSE (https://www.opensuse.org/)" 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 -->
<suse_label_helper:add_prefix prefix="org.opensuse.bci.minimal"> <suse_label_helper:add_prefix prefix="org.opensuse.bci.minimal">
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI %OS_VERSION% Minimal Container Image"/> <label name="org.opencontainers.image.title" value="openSUSE Tumbleweed BCI openSUSE Tumbleweed Minimal"/>
<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="openSUSE Tumbleweed Minimal container based on the openSUSE Tumbleweed 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="openSUSE Project"/> <label name="org.opencontainers.image.vendor" value="openSUSE Project"/>
<label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
<label name="org.opencontainers.image.url" value="https://www.opensuse.org"/> <label name="org.opencontainers.image.url" value="https://www.opensuse.org"/>
<label name="org.opensuse.reference" value="registry.opensuse.org/bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE%"/> <label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/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.release-stage" value="released"/> <label name="org.opensuse.release-stage" value="released"/>
<label name="org.opensuse.lifecycle-url" value="https://en.opensuse.org/Lifetime"/>
</suse_label_helper:add_prefix> </suse_label_helper:add_prefix>
</labels> </labels>
</containerconfig> </containerconfig>
</type> </type>
<version>15.Tumbleweed.0</version> <version>2023</version>
<packagemanager>zypper</packagemanager> <packagemanager>zypper</packagemanager>
<rpm-check-signatures>false</rpm-check-signatures> <rpm-check-signatures>false</rpm-check-signatures>
<rpm-excludedocs>true</rpm-excludedocs> <rpm-excludedocs>true</rpm-excludedocs>