mirror of
https://github.com/apple/container.git
synced 2026-07-16 14:37:07 +00:00
cb2f424420
## Type of Change - [x] Bug fix ## Description This PR checks if the found entry in the archive for the requested kernel path is a symlink, and if so, follows the symlink. I've opened a separate issue to track creating tests for kernel downloading here https://github.com/apple/container/issues/574 and will create a follow-up PR for those. ## Motivation and Context This PR fixes an issue reported in https://github.com/apple/container/issues/475 where installing a kernel from a tar archive does not follow symlinks in the archive. ## Testing - [x] Tested locally Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>