Tracks the versions of a stemcell on bosh.io.
For example, to automatically consume bosh-aws-xen-ubuntu-trusty-go_agent
:
resources:
- name: aws-stemcell
type: bosh-io-stemcell
source:
name: bosh-aws-xen-ubuntu-trusty-go_agent
name
: Required. The name of the stemcell.
Detects new versions of the stemcell that have been published to bosh.io.
Fetches a given stemcell, placing the following in the destination:
version
: The version number of the stemcell.url
: A URL that can be used to download the stemcell tarball.stemcell.tgz
: The stemcell tarball, if thetarball
param istrue
.
tarball
: Optional. Defaulttrue
. Fetch the stemcell tarball.