Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container fixes for kirkstone #1195

Merged
merged 3 commits into from
Mar 6, 2023
Merged

Container fixes for kirkstone #1195

merged 3 commits into from
Mar 6, 2023

Conversation

madisongh
Copy link
Member

See #1194 for details.

For constructing a tree of libraries/files from NVIDIA's
prebuilt binary packages, for direct export to containers.

This avoids the problem we have with userland binaries built
from sources being incompatible with older libraries that
reside in the container (primarily glibc).

Signed-off-by: Matt Madison <matt@madison.systems>
to add a patch that supports the use of tree of files to be directly
exported to containers, overriding any files that reside in the normal
host rootfs.  This allows us to export NVIDIA's prebuilt binary userland
libraries to NVIDIA's containers, to ensure compatibility with the library
versions (notably glibc's) that are inside the container.

Signed-off-by: Matt Madison <matt@madison.systems>
* Use the pass-through tree for libraries that need to
  be provided from the NVIDIA prebuilt packages
* Clean up sym vs. lib discrepancies - 'lib' entries must
  be for actual files, 'sym' entries must be actual symlinks
* Fill in missing entries

Signed-off-by: Matt Madison <matt@madison.systems>
@madisongh madisongh merged commit 08ce18d into kirkstone Mar 6, 2023
@madisongh madisongh deleted the wip-container-kirkstone branch March 6, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant