Skip to content

garden-runc/0.1.0

You can find the source of this version on GitHub at cloudfoundry/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/garden-runc-release?v=0.1.0"
  sha1: "420c491ca415822dea9a6823cf4a5c2f7f4fcd51"

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

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

Jobs

Packages