Skip to content

garden-runc/1.9.3

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

Release Notes

Minor changes:

  • some updates to the experimental windows job
  • bumped go version to 1.9
  • bosh release now generated (hopefully) with a sha256 digest
  • garden now returns a specific ProcessNotFound error when attaching to a process which doesn’t exist
  • under the covers, work to be able to run without root in real environments is nearing completion

Usage

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

- name: "garden-runc"
  version: "1.9.3"
  url: "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=1.9.3"
  sha1: "a153fd2b9d85d01772e9c6907b8c9e5005059c9e"

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

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

Jobs

Packages