Skip to content

Instantly share code, notes, and snippets.

@timani
Created July 10, 2016 00:22
Show Gist options
  • Save timani/564d8b01516862be6329d40a1593e1d2 to your computer and use it in GitHub Desktop.
Save timani/564d8b01516862be6329d40a1593e1d2 to your computer and use it in GitHub Desktop.
A tour of bosh stemcells from the command line - Cloud Foundry
tmunyaradzi:~ tmunyaradzi$ bosh public stemcells
+--------------------------------------------------------------------+
| Name |
+--------------------------------------------------------------------+
| bosh-stemcell-2427-aws-xen-ubuntu.tgz |
| bosh-stemcell-2652-aws-xen-centos.tgz |
| bosh-stemcell-3146.7-aws-xen-centos-7-go_agent.tgz |
| bosh-stemcell-3146.7-aws-xen-ubuntu-trusty-go_agent.tgz |
| light-bosh-stemcell-3146.17-aws-xen-hvm-centos-7-go_agent.tgz |
| light-bosh-stemcell-3146.5-aws-xen-ubuntu-trusty-go_agent.tgz |
| bosh-stemcell-3146.16-vsphere-esxi-ubuntu-trusty-go_agent.tgz |
| bosh-stemcell-3146.17-vsphere-esxi-centos-7-go_agent.tgz |
| bosh-stemcell-3146.17-vsphere-esxi-ubuntu-trusty-go_agent.tgz |
| bosh-stemcell-3232.8-vsphere-esxi-centos-7-go_agent.tgz |
| bosh-stemcell-3232.8-vsphere-esxi-ubuntu-trusty-go_agent.tgz |
| bosh-stemcell-3146.9-vsphere-esxi-centos-7-go_agent.tgz |
| bosh-stemcell-3146.9-vsphere-esxi-ubuntu-trusty-go_agent.tgz |
| bosh-stemcell-3232.3-vsphere-esxi-centos-7-go_agent.tgz |
tmunyaradzi:~ tmunyaradzi$
tmunyaradzi:~ tmunyaradzi$ bosh public stemcells | grep boshlite
| bosh-stemcell-389-warden-boshlite-ubuntu-trusty-go_agent.tgz |
| bosh-stemcell-53-warden-boshlite-ubuntu.tgz |
| bosh-stemcell-389-warden-boshlite-centos-go_agent.tgz |
| bosh-stemcell-64-warden-boshlite-ubuntu-lucid-go_agent.tgz |
tmunyaradzi:~ tmunyaradzi$ bosh public stemcells | grep vsphere
| bosh-stemcell-2427-vsphere-esxi-ubuntu.tgz |
| bosh-stemcell-2624-vsphere-esxi-centos.tgz |
| bosh-stemcell-2881-vsphere-esxi-centos-go_agent.tgz |
| bosh-stemcell-2427-vsphere-esxi-ubuntu-go_agent.tgz |
| bosh-stemcell-3146.15-vsphere-esxi-ubuntu-trusty-go_agent.tgz |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment