mirror of
https://github.com/siderolabs/talos.git
synced 2026-01-06 17:21:40 +01:00
Kaniko adds an entry for the root folder `/` in its tarballs. Processing the file causes the process to hang when trying to recreate the destination directory. The root directory already exists, so it triggers an error, but as the errors were not correctly propagated, the process hangs forever. Fix both issues. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 81f9fcd9ce83c632dbbcbc1594605888d31e3ca3)