[info=39927eacd6460414d7bd581c0ba1b16b]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/git-image?expand=0&rev=175
This commit is contained in:
parent
a75d05f2d5
commit
acc17c0b26
6
_service
6
_service
@ -12,10 +12,4 @@
|
||||
<param name="package">git-core</param>
|
||||
<param name="parse-version">major</param>
|
||||
</service>
|
||||
<service name="replace_using_package_version" mode="buildtime">
|
||||
<param name="file">git-image.kiwi</param>
|
||||
<param name="regex">%%git_minor_version%%</param>
|
||||
<param name="package">git-core</param>
|
||||
<param name="parse-version">minor</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 11:26:26 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
- make the version-%release tag the first one listed; remove duplicates where they existed; update image.ref/reference to point to the version-%release(-) tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 15:12:52 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
|
@ -14,7 +14,7 @@ https://github.com/SUSE/BCI-dockerfile-generator
|
||||
Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
-->
|
||||
<!-- OBS-AddTag: opensuse/git:%%git_minor_version%%-%RELEASE% opensuse/git:%%git_minor_version%% opensuse/git:%%git_major_version%% opensuse/git:%%git_version%% opensuse/git:latest -->
|
||||
<!-- OBS-AddTag: opensuse/git:%%git_version%%-%RELEASE% opensuse/git:%%git_version%% opensuse/git:2.47-%RELEASE% opensuse/git:2.47 opensuse/git:%%git_major_version%% opensuse/git:latest -->
|
||||
<!-- OBS-Imagerepo: obsrepositories:/ -->
|
||||
|
||||
<image schemaversion="7.4" name="git-image" xmlns:suse_label_helper="com.suse.label_helper">
|
||||
@ -27,8 +27,8 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
<type image="docker" derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
|
||||
<containerconfig
|
||||
name="opensuse/git"
|
||||
tag="%%git_minor_version%%-%RELEASE%"
|
||||
additionaltags="%%git_minor_version%%,%%git_major_version%%,%%git_version%%,latest">
|
||||
tag="%%git_version%%-%RELEASE%"
|
||||
additionaltags="%%git_version%%,2.47-%RELEASE%,2.47,%%git_major_version%%,latest">
|
||||
<labels>
|
||||
<suse_label_helper:add_prefix prefix="org.opensuse.application.git">
|
||||
<label name="org.opencontainers.image.authors" value="openSUSE (https://www.opensuse.org/)"/>
|
||||
@ -39,8 +39,8 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
<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.ref.name" value="%%git_minor_version%%-%RELEASE%"/>
|
||||
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/git:%%git_minor_version%%-%RELEASE%"/>
|
||||
<label name="org.opencontainers.image.ref.name" value="%%git_version%%-%RELEASE%"/>
|
||||
<label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/git:%%git_version%%-%RELEASE%"/>
|
||||
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
|
||||
<label name="org.opensuse.release-stage" value="released"/>
|
||||
<label name="org.opensuse.lifecycle-url" value="https://en.opensuse.org/Lifetime#openSUSE_BCI"/>
|
||||
|
Loading…
Reference in New Issue
Block a user