grootfs/0.25.0
You can find the source of this version on GitHub at cloudfoundry/grootfs-release. It was created based on the commit 83844f6
.
Release Notes¶
…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.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "grootfs" version: "0.25.0" url: "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.25.0" sha1: "9e517f58669c5a4e6d368d607843749b1e10654d"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 9e517f58669c5a4e6d368d607843749b1e10654d \ "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.25.0"