Pragyan Poudyal

Results 16 comments of Pragyan Poudyal

> Let's call it "composefs native" storage or so (the branding here is again hard, open to other ideas) I think this works. Or we could have `--composefs-native-experimental` or something?...

I'll be getting back to this PR next Monday. Been working on a separate issue this week...

Thanks for the review. Updated the commit message, I read the docs about commit message format but forgot them while actually committing. > In this specific case...I'm confused as to...

Commenting here so this is tracked. Currently with https://github.com/bootc-dev/bootc/pull/1314, I'm always testing with SeLinux set to permissive mode, because of the following error. ``` Starting initrd-switch-root.service - Switch Root... [...

Yeah, there seems to be an issue with `systemd-boot` when using the `uki` key. It does not list the boot entry at all. Curiously, using the `efi` key works fine

See: https://github.com/systemd/systemd/issues/39886

Thanks for reporting this. I have faced this before and it was on my radar for bug fixes but couldn't get around to working on it. I'm not entirely sure...

Doing a little bit of digging, it seems the issue is likely us querying for compressed layers while, in skopeo, here https://github.com/containers/skopeo/blob/main/vendor/go.podman.io/image/v5/storage/storage_src.go#L139-L143 they assume that an uncompressed layer will be...

Currently bootc doesn't have automatic gc for composefs backend, but it does have a GC command which should clean up boot entries and dangling objects in the composefs repository. There'll...

This seems simple to do when we are running inside the target image as all we have to do is look at the cmdline and make sure it's of the...