Skip to content

fix: report errors correctly when pulling, fix EEXIST #9243

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

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

mottetm-roche
Copy link
Contributor

@mottetm-roche mottetm-roche commented Aug 29, 2024

Pull Request

What? (description)

Kaniko adds an entry for the root folder / in its tarballs (issue).

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.

@smira smira self-assigned this Aug 30, 2024
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 <[email protected]>
@smira smira changed the title Omit root path when untaring fix: report errors correctly when pulling, fix EEXIST Aug 30, 2024
@smira
Copy link
Member

smira commented Aug 30, 2024

/m

@talos-bot talos-bot merged commit 81f9fcd into siderolabs:main Aug 30, 2024
49 checks passed
@smira smira mentioned this pull request Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Backported
Development

Successfully merging this pull request may close these issues.

None yet

4 participants