garden-linux/0.331.0
You can find the source of this version on GitHub at cloudfoundry-incubator/garden-linux-release. It was created based on the commit dc2de299
.
Release Notes¶
matching garden sha: 518f19c4f33b5ac1314c2c5c52c1190dc1508b20
- Fix the docker_registry_endpoint
property
- Fix a bug related to pulling library repositories from Docker registries other than Docker Hub
- Fix permissions for intermediate directories created when doing a bind mount to a path that doesn’t exist
- Mount loopback devices for containers with disk quotas with journalling off, writeback, and noatime
- Fix a goroutine leak
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-linux" version: "0.331.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.331.0" sha1: "b89d7fe2e230bd88f143d5eba1ca1d15570aa146"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b89d7fe2e230bd88f143d5eba1ca1d15570aa146 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/garden-linux-release?v=0.331.0"