Skip to content

garden-runc/0.1.0

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

Release Notes

This release supports all features required to replace Garden-Linux in a Cloud Foundry deployment for development or testing. Performance with production workloads at scale has not yet been validated, so we don’t recommend using this in production.

You can find a guide to transitioning from Garden-Linux to Garden-RunC here.

This release may or may not be suitable for non Cloud Foundry use, depending on the set of features required. Notably, a number of features do not yet work correctly across server restarts. Support for specifying container IPs and subnets is also not yet implemented.

Usage

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

- name: "garden-runc"
  version: "0.1.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-runc-release?v=0.1.0"
  sha1: "414fd8c0d2439092f8b9e852e55eae4d6ea28ec4"

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

bosh upload-release --sha1 414fd8c0d2439092f8b9e852e55eae4d6ea28ec4 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-runc-release?v=0.1.0"

Jobs

Packages