-
Notifications
You must be signed in to change notification settings - Fork 100
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
Merge oci2sysext with enki https://github.com/kairos-io/oci2sysext (or documentation) #2631
Comments
Does this make sense now? What oci2sysext does its just a simple squashfs image but what we want is what systemd-repart does, which is a image with 3 partitions, one root, one verity and one hash, all in erofs (RO fs) This currently wont work for our usecase so I rather have it dropped for now. |
cc @mudler |
It does
That's the least interesting bit of oci2sysext, what we care about is the interface. It takes a container image, and builds a sysext around it.
As-is it won't, no, so we can take from oci2sysext only the container image extraction part, and plug it in a command that generates a valid sysext with verity and such |
Example of dockerfile that would feeded to oci2sysext:
Oci2sysext then packs the difference over a systemd-extension |
Let make an enki command that does exactly the same. We should either make it a library and import it or otherwise archive the old repo (to avoid duplication).
The text was updated successfully, but these errors were encountered: