Skip to content

garden job from garden-linux/0.40.0

Github source: ac0c9870 or master branch

Properties

garden

allow_networks

List of CIDR blocks to which containers will be allowed access (applied after deny).

Default
[]

debug_listen_address

tcp address on which to serve debug info

Default
0.0.0.0:17013

default_container_grace_time

duration after which to reap idle containers

Default
5m

default_container_rootfs

path to the rootfs to use when a container specifies no rootfs

Default
/var/vcap/packages/busybox

deny_networks

List of CIDR blocks to which containers will be denied access.

Default
[]

destroy_containers_on_start

destroy existing containers when the server starts up

Default
false

disk_quota_enabled

Enforce disk quotas. Disable for nested Garden.

Default
true

listen_address

Garden server listening address.

Default
/var/vcap/data/garden/garden.sock

listen_network

Garden server connection mode (tcp or unix).

Default
unix

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/garden/ directory (learn more).

  • bin/garden_ctl (from garden_ctl.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.