Skip to content

Commit

Permalink
Add reasoning for not using a multi-library image
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin committed May 16, 2024
1 parent 4be0f87 commit 9a69ecd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/enhancements/multi-rhel-fips.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,7 @@ This could be achieved by any of the following methods:
3. Use multi-layer container builds to copy the libraries from an el8 image to a
directory on the el9 image and use `LD_PRELOAD` or manipulate `LD_LIBRARY_PATH`
to point the el8 installer binaries to the correct libraries.

The approach using chroot worked, but FIPS SMEs said that the container base
image *must* match the installer for the resulting cluster to be considered
FIPS-compliant so none of these multi-library options are valid.

0 comments on commit 9a69ecd

Please sign in to comment.