Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add org.osbuild.ostree.post-copy stage
If fs-verity is configured in ostree then ostree will (try to) enable fs-verity on various repo files. However, in osbuild this will happen in a separate pipeline, and these files will later be copied to the final location on the physical filesystem, and any fs-verity status then is lost. To support fs-verity we need to run this stage after copying the image to the filesystem. It uses the ostree "admin post-copy" operation. which it will re-enable fs-verity as needed.
- Loading branch information