Skip to content

garden-runc/1.6.0

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

Release Notes

Big Changes

  • Support for Authenticated (User/Pass) Docker Repositories in native garden-shed rootfs fetcher! Woop!

Little Changes and Fixes

  • RunC output is now streamed to the main garden log rather than collected after execution has finished. This enables better diagnostics for cases where runc hangs or deadlocks
  • Fixed a regressed that made /etc/hosts and /etc/resolv.conf not writable by root in the container
  • max_containers property is now enforced rather than just being reported in client.Capacity()
  • Changed image_plugin api to allow the plugin to return JSON in order to better support rootless containers using overlayfs (the image plugin API is still experimental and subject to change)

Usage

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

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

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

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

Jobs

Packages