Skip to content

Commit

Permalink
Merge pull request #1943 from SUSE/for-deploy-5
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP5
  • Loading branch information
dirkmueller authored Oct 30, 2024
2 parents e19f010 + abcfc5c commit d8595b2
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 11 deletions.
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:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:46 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 15 SP5 BusyBox"/>
<label name="org.opencontainers.image.description" value="15 SP5 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 init-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.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 15 SP5 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:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:46 UTC 2024 - SUSE Update Bot <[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:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:46 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 15 SP5 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:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

-------------------------------------------------------------------
Fri Oct 11 15:13:46 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 15 SP5 Minimal"/>
<label name="org.opencontainers.image.description" value="15 SP5 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 nodejs-18-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN set -euo pipefail; \

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.nodejs
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 Node.js 18 development"
LABEL org.opencontainers.image.description="Node.js 18 development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%nodejs_version%%"
Expand Down
5 changes: 5 additions & 0 deletions nodejs-18-image/nodejs-18-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

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

Expand Down
2 changes: 1 addition & 1 deletion openjdk-11-devel-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.openjdk.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 OpenJDK 11 development"
LABEL org.opencontainers.image.description="OpenJDK 11 development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%java_version%%"
Expand Down
5 changes: 5 additions & 0 deletions openjdk-11-devel-image/openjdk-11-devel-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

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

Expand Down
2 changes: 1 addition & 1 deletion openjdk-11-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.openjdk
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 OpenJDK 11 runtime"
LABEL org.opencontainers.image.description="OpenJDK 11 runtime container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%java_version%%"
Expand Down
5 changes: 5 additions & 0 deletions openjdk-11-image/openjdk-11-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

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

Expand Down
2 changes: 1 addition & 1 deletion openjdk-17-devel-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.openjdk.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 OpenJDK 17 development"
LABEL org.opencontainers.image.description="OpenJDK 17 development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%java_version%%"
Expand Down
5 changes: 5 additions & 0 deletions openjdk-17-devel-image/openjdk-17-devel-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

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

Expand Down
2 changes: 1 addition & 1 deletion openjdk-17-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.openjdk
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 OpenJDK 17 runtime"
LABEL org.opencontainers.image.description="OpenJDK 17 runtime container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%java_version%%"
Expand Down
5 changes: 5 additions & 0 deletions openjdk-17-image/openjdk-17-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

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

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

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.application.postgres
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 PostgreSQL 15"
LABEL org.opencontainers.image.description="PostgreSQL 15 container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="%%pg_patch_version%%"
Expand Down
5 changes: 5 additions & 0 deletions postgres-15-image/postgres-15-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 15:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

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

Expand Down
2 changes: 1 addition & 1 deletion sle15-kernel-module-devel-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.sle15-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 15 Kernel module development"
LABEL org.opencontainers.image.description="SLE 15 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:35:20 UTC 2024 - SUSE Update Bot <[email protected]>

- point to a contact location for SLE BCI

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

Expand Down

0 comments on commit d8595b2

Please sign in to comment.