Skip to content

garden-runc/1.8.0

You can find the source of this version on GitHub at cloudfoundry-incubator/guardian-release. It was created based on the commit 16f64c91.

Release Notes

Various things and oh yeah GUARDIAN RUNS (EXPERIMENTALLY) ON WINDOWS NOW.

Major Things

  • Allows specifying a maximum tcp kernel memory limit for containers.
  • Allow specifying a runtime_plugin other than the default (runc)
  • Beginnings of support for running on windows

Highlighted Minor Fixes

Usage

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

- name: "garden-runc"
  version: "1.8.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=1.8.0"
  sha1: "83a3aa879aaa02fa36afd1443abbb73e17429df4"

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

bosh upload-release --sha1 83a3aa879aaa02fa36afd1443abbb73e17429df4 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=1.8.0"

Jobs

Packages