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

BOOTC Fix #3354

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

BOOTC Fix #3354

wants to merge 1 commit into from

Conversation

kfox1111
Copy link

Description

When extending an image intended for use with BOOTC, the image fails to install because the hardlinks have a '/' prefix. Remove it like we remove it for other files.

Submitter Checklist

So trivial, does it need a unit test?

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

Release Notes

Fix images intended to be booted with BOOTC

When extending an image intended for use with BOOTC, the image fails
to install because the hardlinks have a '/' prefix. Remove it like
we remove it for other files.

Signed-off-by: Kevin Fox <[email protected]>
@cgwalters
Copy link

I agree that not having absolute paths in the tar stream is a general best practice.

However to be clear we view this as a bug in bootc, we will ship a fix for it. Tracked here containers/bootc#856

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.

2 participants