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¶
- Verified with grootfs-release v0.19.0
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
- Avoid doing unnecessary DNS lookups at startup
- Ensure MTU is never set defaulted higher than 1500, even if the MTU of the external interface happens to be higher than that (see https://github.com/cloudfoundry/guardian/issues/77)
- Don’t explode on restart when
-1
was specified as ICMP rule type (see https://github.com/cloudfoundry/garden-runc-release/issues/30)
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"