garden-linux/0.308.0
You can find the source of this version on GitHub at cloudfoundry-incubator/garden-linux-release. It was created based on the commit b5eced17
.
Release Notes¶
matching garden sha: 295b3b7d64d3a92ec6aba1ebf6a2ad54053e52b7
- Added log_level
property to set log level for the garden-linux process
- Added more detailed debug logging during container creation
- Process identifiers are now strings rather than uint32s
- Fixed a bug where depot directories are leaked when container creation fails
- Improved reliability of graph cleanup
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-linux" version: "0.308.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.308.0" sha1: "916d4b3853495aa0c24535c91505698e96dcd2fb"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 916d4b3853495aa0c24535c91505698e96dcd2fb \ "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.308.0"