Skip to content

Commit 234d46e

Browse files
author
SUSE Update Bot
committed
Test build for #2199
1 parent 8fe1803 commit 234d46e

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

apache-tomcat-10-image/_multibuild

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
<multibuild>
2-
<package>openjdk17</package>
3-
<package>openjdk21</package>
4-
<package>openjdk23</package>
5-
</multibuild>

apache-tomcat-9-image/_multibuild

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
<multibuild>
2-
<package>openjdk17</package>
3-
<package>openjdk21</package>
4-
</multibuild>

git-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This container provides the openSUSE Project version of Git.
1515
Example of using Git container:
1616

1717
```ShellSession
18-
$ podman run registry.opensuse.org/opensuse/git:2.47 git help
18+
$ podman run registry.opensuse.org/opensuse/git:2.48 git help
1919
```
2020

2121
As Git requires a repository, the container

git-image/git-image.kiwi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://github.com/SUSE/BCI-dockerfile-generator
1414
Please submit bugfixes or comments via https://bugs.opensuse.org/
1515
You can contact the BCI team via https://github.com/SUSE/bci/discussions
1616
-->
17-
<!-- OBS-AddTag: opensuse/git:%%git_version%%-%RELEASE% opensuse/git:%%git_version%% opensuse/git:2.47 opensuse/git:%%git_major_version%% opensuse/git:latest -->
17+
<!-- OBS-AddTag: opensuse/git:%%git_version%%-%RELEASE% opensuse/git:%%git_version%% opensuse/git:2.48 opensuse/git:%%git_major_version%% opensuse/git:latest -->
1818
<!-- OBS-Imagerepo: obsrepositories:/ -->
1919

2020
<image schemaversion="7.4" name="git-image" xmlns:suse_label_helper="com.suse.label_helper">
@@ -28,7 +28,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2828
<containerconfig
2929
name="opensuse/git"
3030
tag="%%git_version%%-%RELEASE%"
31-
additionaltags="%%git_version%%,2.47,%%git_major_version%%,latest">
31+
additionaltags="%%git_version%%,2.48,%%git_major_version%%,latest">
3232
<labels>
3333
<suse_label_helper:add_prefix prefix="org.opensuse.application.git">
3434
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed with Git"/>

0 commit comments

Comments
 (0)