File tree Expand file tree Collapse file tree 23 files changed +241
-27
lines changed Expand file tree Collapse file tree 23 files changed +241
-27
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ staging_build:
113113 source_project : home:defolos:BCI:CR:Tumbleweed
114114 source_package : openjdk-22-devel-image
115115 target_project : home:defolos:BCI:CR:Tumbleweed:Staging
116+ - branch_package :
117+ source_project : home:defolos:BCI:CR:Tumbleweed
118+ source_package : packaging-image
119+ target_project : home:defolos:BCI:CR:Tumbleweed:Staging
116120 - branch_package :
117121 source_project : home:defolos:BCI:CR:Tumbleweed
118122 source_package : pcp-image
@@ -306,6 +310,9 @@ refresh_devel_BCI:
306310 - trigger_services :
307311 project : devel:BCI:Tumbleweed
308312 package : openjdk-22-devel-image
313+ - trigger_services :
314+ project : devel:BCI:Tumbleweed
315+ package : packaging-image
309316 - trigger_services :
310317 project : devel:BCI:Tumbleweed
311318 package : pcp-image
Original file line number Diff line number Diff line change 1- # openSUSE Tumbleweed BCI openSUSE Tumbleweed BusyBox: the smallest and GPLv3-free image
1+ # openSUSE Tumbleweed BCI BusyBox: the smallest and GPLv3-free image
22![ Redistributable] ( https://img.shields.io/badge/Redistributable-Yes-green )
33
44
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2121 <description type =" system" >
2222 <author >openSUSE Project</author >
2323 <contact >https://www.suse.com/</contact >
24- <specification >openSUSE Tumbleweed BCI openSUSE Tumbleweed BusyBox Container Image</specification >
24+ <specification >openSUSE Tumbleweed BCI BusyBox Container Image</specification >
2525 </description >
2626 <preferences >
2727 <type image =" docker" >
@@ -32,8 +32,8 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
3232 additionaltags =" %OS_VERSION_ID_SP%.%RELEASE%,latest" >
3333 <labels >
3434 <suse_label_helper : add_prefix prefix =" org.opensuse.bci.busybox" >
35- <label name =" org.opencontainers.image.title" value =" openSUSE Tumbleweed BCI openSUSE Tumbleweed BusyBox" />
36- <label name =" org.opencontainers.image.description" value =" openSUSE Tumbleweed BusyBox container based on the openSUSE Tumbleweed Base Container Image." />
35+ <label name =" org.opencontainers.image.title" value =" openSUSE Tumbleweed BCI BusyBox" />
36+ <label name =" org.opencontainers.image.description" value =" BusyBox container based on the openSUSE Tumbleweed Base Container Image." />
3737 <label name =" org.opencontainers.image.version" value =" %OS_VERSION_ID_SP%.%RELEASE%" />
3838 <label name =" org.opencontainers.image.created" value =" %BUILDTIME%" />
3939 <label name =" org.opencontainers.image.vendor" value =" openSUSE Project" />
Original file line number Diff line number Diff line change 1+ <constraints>
2+ <hardware>
3+ <disk>
4+ <size unit="G">6</size>
5+ </disk>
6+ </hardware>
7+ </constraints>
Original file line number Diff line number Diff line change 1+ <constraints>
2+ <hardware>
3+ <disk>
4+ <size unit="G">6</size>
5+ </disk>
6+ </hardware>
7+ </constraints>
Original file line number Diff line number Diff line change 1+ <constraints>
2+ <hardware>
3+ <disk>
4+ <size unit="G">6</size>
5+ </disk>
6+ </hardware>
7+ </constraints>
Original file line number Diff line number Diff line change 1- # The openSUSE Tumbleweed openSUSE Tumbleweed with Git Container Image
1+ # The openSUSE Tumbleweed with Git Container Image
22![ Redistributable] ( https://img.shields.io/badge/Redistributable-Yes-green )
33
44
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
2121 <description type =" system" >
2222 <author >openSUSE Project</author >
2323 <contact >https://www.suse.com/</contact >
24- <specification >openSUSE Tumbleweed openSUSE Tumbleweed with Git Container Image</specification >
24+ <specification >openSUSE Tumbleweed with Git Container Image</specification >
2525 </description >
2626 <preferences >
2727 <type image =" docker" derived_from =" obsrepositories:/opensuse/bci/bci-micro#latest" >
@@ -32,7 +32,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
3232 additionaltags =" %%git_version%%-%RELEASE%,latest" >
3333 <labels >
3434 <suse_label_helper : add_prefix prefix =" org.opensuse.application.git" >
35- <label name =" org.opencontainers.image.title" value =" openSUSE Tumbleweed openSUSE Tumbleweed with Git" />
35+ <label name =" org.opencontainers.image.title" value =" openSUSE Tumbleweed with Git" />
3636 <label name =" org.opencontainers.image.description" value =" A micro environment with Git based on the openSUSE Tumbleweed Base Container Image." />
3737 <label name =" org.opencontainers.image.version" value =" %%git_version%%" />
3838 <label name =" org.opencontainers.image.created" value =" %BUILDTIME%" />
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ MAINTAINER openSUSE (https://www.opensuse.org/)
2424
2525# Define labels according to https://en.opensuse.org/Building_derived_containers
2626# labelprefix=org.opensuse.bci.init
27- LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI openSUSE Tumbleweed Init"
27+ LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Init"
2828LABEL org.opencontainers.image.description="Systemd environment for containers based on the openSUSE Tumbleweed Base Container Image. This container is only supported with podman."
2929LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%"
3030LABEL org.opencontainers.image.url="https://www.opensuse.org"
Original file line number Diff line number Diff line change 1- # The openSUSE Tumbleweed BCI openSUSE Tumbleweed Init Container Image
1+ # The openSUSE Tumbleweed BCI Init Container Image
22![ Redistributable] ( https://img.shields.io/badge/Redistributable-Yes-green )
33
44
You can’t perform that action at this time.
0 commit comments