Skip to content

Commit 39f8014

Browse files
author
SUSE Update Bot
committed
Test build for #3014
1 parent 9a912fd commit 39f8014

4 files changed

Lines changed: 6 additions & 6 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
# Define labels according to https://en.opensuse.org/Building_derived_containers
3636
# labelprefix=com.suse.bci.base-fips
3737
LABEL 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."
4040
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4141
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
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
@@ -9,7 +9,7 @@
99

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

1515
## Usage

micro-fips-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4444
LABEL 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"
4646
LABEL org.opencontainers.image.description="A FIPS enforcing micro environment for containers based on the SLE Base Container Image."
4747
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4848
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"

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 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
1111
during multi-stage builds.
1212

1313
This 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

0 commit comments

Comments
 (0)