garden-runc/0.4.0
You can find the source of this version on GitHub at cloudfoundry-incubator/guardian-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-incubator/guardian-release?v=0.4.0" sha1: "a5f8ddbef119852e19173286d2b8c75fde9f1065"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 a5f8ddbef119852e19173286d2b8c75fde9f1065 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=0.4.0"