Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crun: update to 0.17 | Bruce Ashfield | 2021-02-06 | 1 | -7/+8 |
| | | | | | | | | | | | We bump crun, and its dependency repositories to their latest revisions. Along with the code changes, we have a new systemd dependency (or the build fails), and the License was incorrectly set to GPLv3 previously, and we correct it to v2 as part of this update. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | crun: introduce crun (OCI runtime provider) | Bruce Ashfield | 2019-10-13 | 1 | -0/+32 |
Create the initial recipe to provide crun as an alternative OCI runtime provider. This currently has a depdenency on seccomp, but it would be nice if we can make that optional in the future to avoid pulling in all of meta-security as a dependency. Example: % skopeo copy docker://busybox oci:busybox-oci:latest % mkdir busybox-bundle % oci-image-tool create --ref platform.os=linux busybox-oci busybox-bundle % cd busybox-bundle/ % rm config.json % runc spec % runc run foo ^D % crun run foo ^D Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |