File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
4040LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4141LABEL org.opencontainers.image.url="https://www.opensuse.org"
4242LABEL org.opencontainers.image.created="%BUILDTIME%"
Original file line number Diff line number Diff line change 77
88
99This 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
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Mon Oct 6 20:36:29 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - clarify title/description
5+
16-------------------------------------------------------------------
27Mon Sep 29 09:32:28 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ FROM scratch
4242COPY --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."
4747LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4848LABEL org.opencontainers.image.url="https://www.opensuse.org"
4949LABEL org.opencontainers.image.created="%BUILDTIME%"
Original file line number Diff line number Diff line change 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
99during multi-stage builds.
1010
1111This 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
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Mon Oct 6 20:36:29 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+ - clarify title/description
5+
16-------------------------------------------------------------------
27Mon Sep 29 09:32:28 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38
You can’t perform that action at this time.
0 commit comments