Skip to content

Commit 798c4d7

Browse files
author
SUSE Update Bot
committed
Test build for #3014
1 parent 3e1ba58 commit 798c4d7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

base-fips-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3838
LABEL 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."
4141
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4242
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
4343
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
@@ -8,7 +8,7 @@
88

99

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

micro-fips-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4545
LABEL 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"
4747
LABEL org.opencontainers.image.description="A FIPS enforcing micro environment for containers based on the SLE Base Container Image."
4848
LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%-%RELEASE%"
4949
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 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
1010
during multi-stage builds.
1111

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

0 commit comments

Comments
 (0)