Skip to content

Commit 85ac183

Browse files
authored
Merge pull request #3012 from SUSE/for-deploy-7
🤖: Update build recipes for SP7
2 parents 3e1ba58 + 67f6486 commit 85ac183

6 files changed

Lines changed: 17 additions & 7 deletions

File tree

base-fips-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ RUN set -euo pipefail; zypper -n clean -a; \
3636
# Define labels according to https://en.opensuse.org/Building_derived_containers
3737
# labelprefix=com.suse.bci.base-fips
3838
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
39-
LABEL org.opencontainers.image.title="SLE BCI 15 SP7 FIPS-140-3"
40-
LABEL org.opencontainers.image.description="15 SP7 FIPS-140-3 container based on the SLE Base Container Image."
39+
LABEL org.opencontainers.image.title="SLE BCI 15 SP7 FIPS-140-3 mode"
40+
LABEL org.opencontainers.image.description="15 SP7 FIPS-140-3 mode container based on the SLE Base Container Image."
4141
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4242
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
4343
LABEL org.opencontainers.image.created="%BUILDTIME%"

base-fips-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
This base container image is configured with FIPS mode enabled by default, but
11-
does not include any certified binaries.
11+
**does not** include any certified binaries.
1212

1313

1414
## Usage

base-fips-image/base-fips-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Oct 6 20:38:18 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- clarify title/description
5+
16
-------------------------------------------------------------------
27
Mon Sep 29 09:39:26 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

micro-fips-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ COPY --from=builder /target /
4343
# Define labels according to https://en.opensuse.org/Building_derived_containers
4444
# labelprefix=com.suse.bci.micro-fips
4545
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
46-
LABEL org.opencontainers.image.title="SLE BCI 15 SP7 FIPS-140-3 Micro"
47-
LABEL org.opencontainers.image.description="A FIPS enforcing micro environment for containers based on the SLE Base Container Image."
46+
LABEL org.opencontainers.image.title="SLE BCI Micro 15 SP7 FIPS-140-3 mode"
47+
LABEL org.opencontainers.image.description="A micro container in FIPS-140-3 mode for containers based on the SLE Base Container Image."
4848
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4949
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
5050
LABEL org.opencontainers.image.created="%BUILDTIME%"

micro-fips-image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SLE BCI 15 SP7 FIPS-140-3 Micro: Suitable for deploying static binaries
1+
# SLE BCI Micro 15 SP7 FIPS-140-3 mode: Suitable for deploying static binaries
22
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)[![SLSA](https://img.shields.io/badge/SLSA_(v1.0)-Build_L3-Green)](https://documentation.suse.com/sbp/server-linux/html/SBP-SLSA4/)
33
[![Provenance: Available](https://img.shields.io/badge/Provenance-Available-Green)](https://documentation.suse.com/container/all/html/Container-guide/index.html#container-verify)
44

@@ -10,7 +10,7 @@ use case for the image is deploying static binaries produced externally or
1010
during multi-stage builds.
1111

1212
This base container image is configured with FIPS mode enabled by default, but
13-
does not include any certified binaries.
13+
**does not** include any certified binaries.
1414

1515
## Usage
1616

micro-fips-image/micro-fips-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Oct 6 20:38:18 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- clarify title/description
5+
16
-------------------------------------------------------------------
27
Mon Sep 29 09:39:27 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)