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# Define labels according to https://en.opensuse.org/Building_derived_containers
3636# labelprefix=com.suse.bci.base-fips
3737LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
38- LABEL org.opencontainers.image.title="SLE BCI 16 FIPS-140-3"
39- LABEL org.opencontainers.image.description="16 FIPS-140-3 container based on the SLE Base Container Image."
38+ LABEL org.opencontainers.image.title="SLE BCI 16 in FIPS-140-3 mode "
39+ LABEL org.opencontainers.image.description="16 in FIPS-140-3 mode container based on the SLE Base Container Image."
4040LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4141LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
4242LABEL org.opencontainers.image.created="%BUILDTIME%"
Original file line number Diff line number Diff line change 99
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
1515## Usage
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ COPY --from=builder /target /
4242# Define labels according to https://en.opensuse.org/Building_derived_containers
4343# labelprefix=com.suse.bci.micro-fips
4444LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
45- LABEL org.opencontainers.image.title="SLE BCI 16 FIPS-140-3 Micro"
45+ LABEL org.opencontainers.image.title="SLE BCI 16 in FIPS-140-3 mode Micro"
4646LABEL org.opencontainers.image.description="A FIPS enforcing micro environment for containers based on the SLE Base Container Image."
4747LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4848LABEL 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 16 FIPS-140-3 Micro: Suitable for deploying static binaries
1+ # SLE BCI 16 in FIPS-140-3 mode Micro: Suitable for deploying static binaries
22![ Redistributable] ( https://img.shields.io/badge/Redistributable-Yes-green ) ![ Support Level] ( https://img.shields.io/badge/Support_Level-techpreview-blue )
33[ ![ SLSA] ( https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green )] ( https://documentation.suse.com/sbp/server-linux/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 )
@@ -11,7 +11,7 @@ use case for the image is deploying static binaries produced externally or
1111during multi-stage builds.
1212
1313This base container image is configured with FIPS mode enabled by default, but
14- does not include any certified binaries.
14+ ** does not** include any certified binaries.
1515
1616## Usage
1717
You can’t perform that action at this time.
0 commit comments