Skip to content

Commit

Permalink
Merge pull request #1942 from SUSE/for-deploy-16.0
Browse files Browse the repository at this point in the history
🤖: Update build recipes for 16.0
  • Loading branch information
dirkmueller authored Oct 30, 2024
2 parents 5bf7396 + 6387d55 commit 123c424
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 8 deletions.
5 changes: 5 additions & 0 deletions base-image/base-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Mon Oct 28 12:14:13 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion base-image/base-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
additionaltags="%OS_VERSION_ID_SP%">
<labels>
<suse_label_helper:add_prefix prefix="com.suse.bci.base">
<label name="org.opencontainers.image.authors" value="SUSE LLC (https://www.suse.com/)"/>
<label name="org.opencontainers.image.authors" value="https://github.com/SUSE/bci/discussions"/>
<label name="org.opencontainers.image.title" value="SLE BCI %OS_VERSION_NO_DASH% Base"/>
<label name="org.opencontainers.image.description" value="Image for containers based on %OS_PRETTY_NAME%."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%-%RELEASE%"/>
Expand Down
5 changes: 5 additions & 0 deletions busybox-image/busybox-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:21 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion busybox-image/busybox-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
additionaltags="%OS_VERSION_ID_SP%">
<labels>
<suse_label_helper:add_prefix prefix="com.suse.bci.busybox">
<label name="org.opencontainers.image.authors" value="SUSE LLC (https://www.suse.com/)"/>
<label name="org.opencontainers.image.authors" value="https://github.com/SUSE/bci/discussions"/>
<label name="org.opencontainers.image.title" value="SLE BCI 16 BusyBox"/>
<label name="org.opencontainers.image.description" value="16 BusyBox container based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%-%RELEASE%"/>
Expand Down
2 changes: 1 addition & 1 deletion gcc-14-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN set -euo pipefail; \

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.gcc
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE BCI GNU Compiler Collection"
LABEL org.opencontainers.image.description="GNU Compiler Collection container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%gcc_minor_version%%"
Expand Down
5 changes: 5 additions & 0 deletions gcc-14-image/gcc-14-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Tue Oct 29 15:21:55 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion init-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -euo pipefail; \

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.init
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE BCI 16 Init"
LABEL org.opencontainers.image.description="Systemd environment for containers based on the SLE Base Container Image. This container is only supported with podman."
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
Expand Down
5 changes: 5 additions & 0 deletions init-image/init-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:21 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion kiwi-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN set -euo pipefail; \

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.kiwi
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE BCI KIWI Appliance Builder (kiwi)"
LABEL org.opencontainers.image.description="KIWI Appliance Builder (kiwi) container based on the SLE Base Container Image. This container is only supported in privileged mode."
LABEL org.opencontainers.image.version="10.1.16"
Expand Down
5 changes: 5 additions & 0 deletions kiwi-image/kiwi-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Wed Oct 30 08:42:47 UTC 2024 - Dirk Müller <[email protected]>

Expand Down
5 changes: 5 additions & 0 deletions micro-image/micro-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:21 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion micro-image/micro-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
additionaltags="%OS_VERSION_ID_SP%">
<labels>
<suse_label_helper:add_prefix prefix="com.suse.bci.micro">
<label name="org.opencontainers.image.authors" value="SUSE LLC (https://www.suse.com/)"/>
<label name="org.opencontainers.image.authors" value="https://github.com/SUSE/bci/discussions"/>
<label name="org.opencontainers.image.title" value="SLE BCI 16 Micro"/>
<label name="org.opencontainers.image.description" value="A micro environment for containers based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%-%RELEASE%"/>
Expand Down
5 changes: 5 additions & 0 deletions minimal-image/minimal-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:21 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion minimal-image/minimal-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
additionaltags="%OS_VERSION_ID_SP%">
<labels>
<suse_label_helper:add_prefix prefix="com.suse.bci.minimal">
<label name="org.opencontainers.image.authors" value="SUSE LLC (https://www.suse.com/)"/>
<label name="org.opencontainers.image.authors" value="https://github.com/SUSE/bci/discussions"/>
<label name="org.opencontainers.image.title" value="SLE BCI 16 Minimal"/>
<label name="org.opencontainers.image.description" value="16 Minimal container based on the SLE Base Container Image."/>
<label name="org.opencontainers.image.version" value="%OS_VERSION_ID_SP%-%RELEASE%"/>
Expand Down
2 changes: 1 addition & 1 deletion sle16-kernel-module-devel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -euo pipefail; \

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.sle16-kernel-module-devel
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
LABEL org.opencontainers.image.title="SLE BCI SLE 16 Kernel module development"
LABEL org.opencontainers.image.description="SLE 16 Kernel module development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:34:46 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:21 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down

0 comments on commit 123c424

Please sign in to comment.