Skip to content

garden-runc/0.3.0

You can find the source of this version on GitHub at cloudfoundry/garden-runc-release. It was created based on the commit 796b6b06.

Release Notes

  • max_containers now defaults to 250
  • User groups are now properly supported when running processes in containers
  • Mounts made on the host are now available to be bind mounted into containers
  • Max number of open file descriptors for the garden server is now 65536
  • The head of the net-in port allocation queue is now persisted across garden server process restarts, though it is not persisted through VM recreation

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.3.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=0.3.0"
  sha1: "156d055d294d138cafe2fa300cb22de2915f4d33"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 156d055d294d138cafe2fa300cb22de2915f4d33 \
  "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=0.3.0"

Jobs

Packages