garden-runc/1.0.2
You can find the source of this version on GitHub at cloudfoundry/garden-runc-release. It was created based on the commit 3e88cce1
.
Release Notes¶
- Swap to using
iptables-restore
due to regulariptables
becoming extremely slow with lots of rules on recent kernels - Minor changes to experimental image_plugin api
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-runc" version: "1.0.2" url: "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=1.0.2" sha1: "9b509e9ef5d075af66af80f8e7b4891c7b88d1b6"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 9b509e9ef5d075af66af80f8e7b4891c7b88d1b6 \ "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=1.0.2"