Skip to content

Commit 9a69ecd

Browse files
committed
Add reasoning for not using a multi-library image
1 parent 4be0f87 commit 9a69ecd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/enhancements/multi-rhel-fips.md

+4
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,7 @@ This could be achieved by any of the following methods:
212212
3. Use multi-layer container builds to copy the libraries from an el8 image to a
213213
directory on the el9 image and use `LD_PRELOAD` or manipulate `LD_LIBRARY_PATH`
214214
to point the el8 installer binaries to the correct libraries.
215+
216+
The approach using chroot worked, but FIPS SMEs said that the container base
217+
image *must* match the installer for the resulting cluster to be considered
218+
FIPS-compliant so none of these multi-library options are valid.

0 commit comments

Comments
 (0)