File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
3838LABEL 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 in FIPS-140-3 mode "
40+ LABEL org.opencontainers.image.description="15 SP7 in FIPS-140-3 mode container based on the SLE Base Container Image."
4141LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4242LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
4343LABEL org.opencontainers.image.created="%BUILDTIME%"
Original file line number Diff line number Diff line change 88
99
1010This 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
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ COPY --from=builder /target /
4343# Define labels according to https://en.opensuse.org/Building_derived_containers
4444# labelprefix=com.suse.bci.micro-fips
4545LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
46- LABEL org.opencontainers.image.title="SLE BCI 15 SP7 FIPS-140-3 Micro"
46+ LABEL org.opencontainers.image.title="SLE BCI 15 SP7 in FIPS-140-3 mode Micro"
4747LABEL org.opencontainers.image.description="A FIPS enforcing micro environment for containers based on the SLE Base Container Image."
4848LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4949LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
Original file line number Diff line number Diff line change 1- # SLE BCI 15 SP7 FIPS-140-3 Micro: Suitable for deploying static binaries
1+ # SLE BCI 15 SP7 in FIPS-140-3 mode Micro: 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
1010during multi-stage builds.
1111
1212This 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
You can’t perform that action at this time.
0 commit comments