grootfs/0.8.0
You can find the source of this version on GitHub at cloudfoundry/grootfs-release. It was created based on the commit 11b46101
.
Release Notes¶
grootfs delete
does not fail if the image is not found or already deleted.- Only
grootfs create
will try to create a substore. - Add
--no-clean
flag togrootfs create
in order to override configuration file ifclean_on_create
is set totrue
. - Do not log private base image credential fields. The credentials themselves were not logged, just their fields.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "grootfs" version: "0.8.0" url: "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.8.0" sha1: "be20d5bd4d2191a001bad9034b59958b1c748af6"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 be20d5bd4d2191a001bad9034b59958b1c748af6 \ "https://bosh.io/d/github.com/cloudfoundry/grootfs-release?v=0.8.0"