Skip to content

Commit 1821b32

Browse files
author
SUSE Update Bot
committed
Test build for #1423
1 parent d6fae9c commit 1821b32

File tree

6 files changed

+12
-18
lines changed

6 files changed

+12
-18
lines changed

busybox-image/busybox-image.kiwi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ 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: bci/bci-busybox:%OS_VERSION_ID_SP% bci/bci-busybox:%OS_VERSION_ID_SP%.%RELEASE% bci/bci-busybox:latest -->
1817
<!-- OBS-Imagerepo: obsrepositories:/ -->
1918

20-
<image schemaversion="7.4" name="busybox-image" xmlns:suse_label_helper="com.suse.label_helper">
19+
<image schemaversion="7.5" name="busybox-image" xmlns:suse_label_helper="com.suse.label_helper">
2120
<description type="system">
2221
<author>SUSE LLC</author>
2322
<contact>https://www.suse.com/</contact>
@@ -28,7 +27,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2827
<containerconfig
2928
name="bci/bci-busybox"
3029
tag="%OS_VERSION_ID_SP%"
31-
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest"
30+
additionalnames="bci/bci-busybox:%OS_VERSION_ID_SP%.%RELEASE%,bci/bci-busybox:latest"
3231
maintainer="SUSE LLC (https://www.suse.com/)">
3332
<labels>
3433
<suse_label_helper:add_prefix prefix="com.suse.bci.busybox">

distribution-image/distribution-image.kiwi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ 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: suse/registry:%%registry_version%% suse/registry:%%registry_version%%-%RELEASE% suse/registry:latest -->
1817
<!-- OBS-Imagerepo: obsrepositories:/ -->
1918

20-
<image schemaversion="7.4" name="registry-image" xmlns:suse_label_helper="com.suse.label_helper">
19+
<image schemaversion="7.5" name="registry-image" xmlns:suse_label_helper="com.suse.label_helper">
2120
<description type="system">
2221
<author>SUSE LLC</author>
2322
<contact>https://www.suse.com/</contact>
@@ -28,7 +27,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2827
<containerconfig
2928
name="suse/registry"
3029
tag="%%registry_version%%"
31-
additionaltags="%%registry_version%%-%RELEASE%,latest"
30+
additionalnames="suse/registry:%%registry_version%%-%RELEASE%,suse/registry:latest"
3231
user="registry"
3332
maintainer="SUSE LLC (https://www.suse.com/)">
3433
<labels>

git-image/git-image.kiwi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ 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: suse/git:%%git_version%% suse/git:%%git_version%%-%RELEASE% suse/git:latest -->
1817
<!-- OBS-Imagerepo: obsrepositories:/ -->
1918

20-
<image schemaversion="7.4" name="git-image" xmlns:suse_label_helper="com.suse.label_helper">
19+
<image schemaversion="7.5" name="git-image" xmlns:suse_label_helper="com.suse.label_helper">
2120
<description type="system">
2221
<author>SUSE LLC</author>
2322
<contact>https://www.suse.com/</contact>
@@ -28,7 +27,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2827
<containerconfig
2928
name="suse/git"
3029
tag="%%git_version%%"
31-
additionaltags="%%git_version%%-%RELEASE%,latest"
30+
additionalnames="suse/git:%%git_version%%-%RELEASE%,suse/git:latest"
3231
maintainer="SUSE LLC (https://www.suse.com/)">
3332
<labels>
3433
<suse_label_helper:add_prefix prefix="com.suse.application.git">

helm-image/helm-image.kiwi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ 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: suse/helm:3.13 suse/helm:3.13-%RELEASE% suse/helm:latest -->
1817
<!-- OBS-Imagerepo: obsrepositories:/ -->
1918

20-
<image schemaversion="7.4" name="helm-image" xmlns:suse_label_helper="com.suse.label_helper">
19+
<image schemaversion="7.5" name="helm-image" xmlns:suse_label_helper="com.suse.label_helper">
2120
<description type="system">
2221
<author>SUSE LLC</author>
2322
<contact>https://www.suse.com/</contact>
@@ -28,7 +27,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2827
<containerconfig
2928
name="suse/helm"
3029
tag="3.13"
31-
additionaltags="3.13-%RELEASE%,latest"
30+
additionalnames="suse/helm:3.13-%RELEASE%,suse/helm:latest"
3231
maintainer="SUSE LLC (https://www.suse.com/)">
3332
<labels>
3433
<suse_label_helper:add_prefix prefix="com.suse.application.helm">

micro-image/micro-image.kiwi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ 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: bci/bci-micro:%OS_VERSION_ID_SP% bci/bci-micro:%OS_VERSION_ID_SP%.%RELEASE% bci/bci-micro:latest -->
1817
<!-- OBS-Imagerepo: obsrepositories:/ -->
1918

20-
<image schemaversion="7.4" name="micro-image" xmlns:suse_label_helper="com.suse.label_helper">
19+
<image schemaversion="7.5" name="micro-image" xmlns:suse_label_helper="com.suse.label_helper">
2120
<description type="system">
2221
<author>SUSE LLC</author>
2322
<contact>https://www.suse.com/</contact>
@@ -28,7 +27,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2827
<containerconfig
2928
name="bci/bci-micro"
3029
tag="%OS_VERSION_ID_SP%"
31-
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest"
30+
additionalnames="bci/bci-micro:%OS_VERSION_ID_SP%.%RELEASE%,bci/bci-micro:latest"
3231
maintainer="SUSE LLC (https://www.suse.com/)">
3332
<labels>
3433
<suse_label_helper:add_prefix prefix="com.suse.bci.micro">

minimal-image/minimal-image.kiwi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ 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: bci/bci-minimal:%OS_VERSION_ID_SP% bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE% bci/bci-minimal:latest -->
1817
<!-- OBS-Imagerepo: obsrepositories:/ -->
1918

20-
<image schemaversion="7.4" name="minimal-image" xmlns:suse_label_helper="com.suse.label_helper">
19+
<image schemaversion="7.5" name="minimal-image" xmlns:suse_label_helper="com.suse.label_helper">
2120
<description type="system">
2221
<author>SUSE LLC</author>
2322
<contact>https://www.suse.com/</contact>
@@ -28,7 +27,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2827
<containerconfig
2928
name="bci/bci-minimal"
3029
tag="%OS_VERSION_ID_SP%"
31-
additionaltags="%OS_VERSION_ID_SP%.%RELEASE%,latest"
30+
additionalnames="bci/bci-minimal:%OS_VERSION_ID_SP%.%RELEASE%,bci/bci-minimal:latest"
3231
maintainer="SUSE LLC (https://www.suse.com/)">
3332
<labels>
3433
<suse_label_helper:add_prefix prefix="com.suse.bci.minimal">

0 commit comments

Comments
 (0)