-
Notifications
You must be signed in to change notification settings - Fork 50
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
Rechunker action hhd-dev/rechunk #64
Comments
The action should work. We just use a Justfile since it's easier to run locally. RE bootc lint - I've just committed a change to disable this command, so it shouldn't be a problem any more. This was due to a bootc version change which enforces more configurations on the image. |
Unfortunately, no. Since hhd-dev/rechunk uses sudo to create and mount the container - and podman by default uses different storage per-user
And so the ublue justfiles contains this snippet
Perhaps the solution would be to change storage and state of podman to the same unified directory, so that "users" would be able to share storage? |
Nope, root created objects are inaccessible to other users...Oh, well guess I'll just add another job (space constraints). |
Does this action actually work?
i couldn't help but notice that all upstream repo's use Rechunk task in Justfile...
Should i just setup Rechunk myself or is there a working configuration?
Thanks!
B.t.w. - was there a new version of bootc? new linter behavior enforces composefs=true which broke my build, i was about to make a PR but didn't make it in time =)
The text was updated successfully, but these errors were encountered: