Skip to content

garden-runc/0.9.1

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

Release Notes

  • Make destroy more resilient to guardian being abruptly killed
  • Bump golang version to 1.7
  • Don’t create a new session keyring for every container (there’s a significant performance penalty for creating a new keyring under load, and runc now supports not doing it).
  • Reduce log level of some frequent log messages

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "garden-runc"
  version: "0.9.1"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-runc-release?v=0.9.1"
  sha1: "34bc58c6e6ea52e3703bf80ec430d3dc01b44b69"

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

bosh upload-release --sha1 34bc58c6e6ea52e3703bf80ec430d3dc01b44b69 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-runc-release?v=0.9.1"

Jobs

Packages