garden-runc/0.2.0
You can find the source of this version on GitHub at cloudfoundry/garden-runc-release. It was created based on the commit 87dff23c
.
Release Notes¶
- Rename
destroy_containers_on_startup
property todestroy_containers_on_start
, to match Garden-Linux-Release NetOut
rules now work correctly across server restarts- Remove
tag
property, which was only present for testing and was not used - Set
$TMPDIR
to a sensible path in/var/vcap/data
, rather than using the tiny/tmp
provided by BOSH - Add the
network_pool
property
You can find a guide to transitioning from Garden-Linux to Garden-RunC here.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-runc" version: "0.2.0" url: "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=0.2.0" sha1: "69a7bd16378d9175d514357fe16ee5b5cfb553e7"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 69a7bd16378d9175d514357fe16ee5b5cfb553e7 \ "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=0.2.0"