Skip to content

Commit 06c1868

Browse files
authored
Merge pull request #3618 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents 60a8e04 + a26d4f0 commit 06c1868

8 files changed

Lines changed: 23 additions & 13 deletions

File tree

kea-image/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#!BuildTag: suse/kea:2.6-%RELEASE%
1919
#!BuildTag: suse/kea:2.6
20-
#!BuildTag: suse/kea:latest
2120
#!BuildName: suse-kea-2.6
2221
#!BuildVersion: 15.7.2.6
2322
#!BuildRelease: 60
@@ -60,7 +59,7 @@ LABEL org.opencontainers.image.source="%SOURCEURL%"
6059
LABEL org.opencontainers.image.ref.name="2.6-%RELEASE%"
6160
LABEL org.opensuse.reference="registry.suse.com/suse/kea:2.6-%RELEASE%"
6261
LABEL org.openbuildservice.disturl="%DISTURL%"
63-
LABEL com.suse.supportlevel="techpreview"
62+
LABEL com.suse.supportlevel="l3"
6463
LABEL com.suse.eula="sle-eula"
6564
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15"
6665
LABEL com.suse.release-stage="released"

kea-image/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kea DHCP Server Container Image
22

3-
![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)[![SLSA](https://img.shields.io/badge/SLSA_(v1.0)-Build_L3-Green)](https://documentation.suse.com/sbp/security/html/SBP-SLSA4/)
3+
[![SLSA](https://img.shields.io/badge/SLSA_(v1.0)-Build_L3-Green)](https://documentation.suse.com/sbp/security/html/SBP-SLSA4/)
44
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
55

66
Kea is an open source DHCP server developed by the [Internet Systems
@@ -50,6 +50,5 @@ This documentation and the build recipe are licensed as MPL-2.0.
5050
The container itself contains various software components under various open source licenses listed in the associated
5151
Software Bill of Materials (SBOM).
5252

53-
This image is a tech preview. Do not use it for production.
54-
Your feedback is welcome.
55-
Please report any issues to the [SUSE Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?product=PUBLIC%20SUSE%20Linux%20Enterprise%20Base%20Container%20Images).
53+
This image is based on [SUSE Linux Enterprise Server](https://www.suse.com/products/server/), a reliable,
54+
secure, and scalable server operating system built to power mission-critical workloads in physical and virtual environments.

kea-image/kea-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Thu Mar 26 10:52:55 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- set supported/remove latest
5+
16
-------------------------------------------------------------------
27
Wed Mar 11 13:27:40 UTC 2026 - Dirk Müller <dmueller@suse.com>
38

nginx-image/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#!BuildTag: suse/nginx:1.21-%RELEASE%
1919
#!BuildTag: suse/nginx:1.21
20-
#!BuildTag: suse/nginx:latest
2120
#!BuildName: suse-nginx-1.21
2221
#!BuildVersion: 15.7.1.21
2322
#!BuildRelease: 60

nginx-image/nginx-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Thu Mar 26 10:52:55 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- set supported/remove latest
5+
16
-------------------------------------------------------------------
27
Wed Mar 11 13:27:43 UTC 2026 - Dirk Müller <dmueller@suse.com>
38

stunnel-image/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#!BuildTag: suse/stunnel:%%stunnel_re%%-%RELEASE%
1919
#!BuildTag: suse/stunnel:%%stunnel_re%%
2020
#!BuildTag: suse/stunnel:5
21-
#!BuildTag: suse/stunnel:latest
2221
#!BuildName: suse-stunnel
2322
#!BuildVersion: 15.7.5
2423
#!BuildRelease: 60
@@ -61,7 +60,7 @@ LABEL org.opencontainers.image.source="%SOURCEURL%"
6160
LABEL org.opencontainers.image.ref.name="%%stunnel_re%%-%RELEASE%"
6261
LABEL org.opensuse.reference="registry.suse.com/suse/stunnel:%%stunnel_re%%-%RELEASE%"
6362
LABEL org.openbuildservice.disturl="%DISTURL%"
64-
LABEL com.suse.supportlevel="techpreview"
63+
LABEL com.suse.supportlevel="l3"
6564
LABEL com.suse.eula="sle-eula"
6665
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15"
6766
LABEL com.suse.release-stage="released"

stunnel-image/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stunnel Container Image
22

3-
![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)[![SLSA](https://img.shields.io/badge/SLSA_(v1.0)-Build_L3-Green)](https://documentation.suse.com/sbp/security/html/SBP-SLSA4/)
3+
[![SLSA](https://img.shields.io/badge/SLSA_(v1.0)-Build_L3-Green)](https://documentation.suse.com/sbp/security/html/SBP-SLSA4/)
44
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
55

66

@@ -92,6 +92,5 @@ This documentation and the build recipe are licensed as MIT.
9292
The container itself contains various software components under various open source licenses listed in the associated
9393
Software Bill of Materials (SBOM).
9494

95-
This image is a tech preview. Do not use it for production.
96-
Your feedback is welcome.
97-
Please report any issues to the [SUSE Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?product=PUBLIC%20SUSE%20Linux%20Enterprise%20Base%20Container%20Images).
95+
This image is based on [SUSE Linux Enterprise Server](https://www.suse.com/products/server/), a reliable,
96+
secure, and scalable server operating system built to power mission-critical workloads in physical and virtual environments.

stunnel-image/stunnel-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Thu Mar 26 10:52:55 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- set supported/remove latest
5+
16
-------------------------------------------------------------------
27
Wed Mar 11 13:27:55 UTC 2026 - Dirk Müller <dmueller@suse.com>
38

0 commit comments

Comments
 (0)