0.25.0
...this release:
- Adds OCI image support to GrootFS. Local OCI Images can be used by running:
grootfs create oci://<Path to OCI Image> <Image ID>
. - Extends the rootless Overlay-XFS driver. It can now delete container images.
- Fixes chain ID calculation for OCI and Docker images, This removes a small potential cache poisoning exploit.
- Unpacks layers inside a
chroot
jail in order to avoid having layers write files outside the store.