We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be0f87 commit 9a69ecdCopy full SHA for 9a69ecd
docs/enhancements/multi-rhel-fips.md
@@ -212,3 +212,7 @@ This could be achieved by any of the following methods:
212
3. Use multi-layer container builds to copy the libraries from an el8 image to a
213
directory on the el9 image and use `LD_PRELOAD` or manipulate `LD_LIBRARY_PATH`
214
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