Skip to content

Commit b34656f

Browse files
authored
Merge pull request #3011 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents 347ec55 + aa639ae commit b34656f

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
@@ -35,8 +35,8 @@ RUN set -euo pipefail; zypper -n clean -a; \
3535

3636
# Define labels according to https://en.opensuse.org/Building_derived_containers
3737
# labelprefix=org.opensuse.bci.base-fips
38-
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI FIPS-140-3"
39-
LABEL org.opencontainers.image.description="FIPS-140-3 container based on the openSUSE Tumbleweed Base Container Image."
38+
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI FIPS-140-3 mode"
39+
LABEL org.opencontainers.image.description="FIPS-140-3 mode container based on the openSUSE Tumbleweed Base Container Image."
4040
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4141
LABEL org.opencontainers.image.url="https://www.opensuse.org"
4242
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
@@ -7,7 +7,7 @@
77

88

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

1212

1313
## 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:36:29 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- clarify title/description
5+
16
-------------------------------------------------------------------
27
Mon Sep 29 09:32:28 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
@@ -42,8 +42,8 @@ FROM scratch
4242
COPY --from=builder /target /
4343
# Define labels according to https://en.opensuse.org/Building_derived_containers
4444
# labelprefix=org.opensuse.bci.micro-fips
45-
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI FIPS-140-3 Micro"
46-
LABEL org.opencontainers.image.description="A FIPS enforcing micro environment for containers based on the openSUSE Tumbleweed Base Container Image."
45+
LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Micro FIPS-140-3 mode"
46+
LABEL org.opencontainers.image.description="A micro container in FIPS-140-3 mode for containers based on the openSUSE Tumbleweed Base Container Image."
4747
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4848
LABEL org.opencontainers.image.url="https://www.opensuse.org"
4949
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-
# openSUSE Tumbleweed BCI FIPS-140-3 Micro: Suitable for deploying static binaries
1+
# openSUSE Tumbleweed BCI Micro FIPS-140-3 mode: Suitable for deploying static binaries
22
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
33

44
## Description
@@ -9,7 +9,7 @@ use case for the image is deploying static binaries produced externally or
99
during multi-stage builds.
1010

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

1414
## Usage
1515

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:36:29 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- clarify title/description
5+
16
-------------------------------------------------------------------
27
Mon Sep 29 09:32:28 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)