garden-runc/1.6.0
You can find the source of this version on GitHub at cloudfoundry-incubator/guardian-release. It was created based on the commit cc2f4478
.
Release Notes¶
- Verified with grootfs-release v0.17.1
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 inclient.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-incubator/guardian-release?v=1.6.0" sha1: "90fe36ee21d401f0ddb18fef998037b1c7f17c33"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 90fe36ee21d401f0ddb18fef998037b1c7f17c33 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=1.6.0"