garden-runc/0.4.0
You can find the source of this version on GitHub at cloudfoundry/garden-runc-release. It was created based on the commit 084464c1
.
Release Notes¶
- Add
http_proxy
,https_proxy
andno_proxy
properties for setting HTTP proxies to use when pulling from Docker registries - NetOut rules with
log: true
now work correctly - Container disk limits now work on Xenial
- Unprivileged containers now use seccomp to improve security
- Fixed a bug where container deletion could race with grace time expiration and container creation, resulting in two containers with the same IP address
You can find a guide to transitioning from Garden-Linux to Garden-RunC here.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-runc" version: "0.4.0" url: "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=0.4.0" sha1: "a004b07c3af4e7ae52b356e50d570bbb4ed02e08"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 a004b07c3af4e7ae52b356e50d570bbb4ed02e08 \ "https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=0.4.0"