pivotal-cf/pcf-product-stemcell-downloader

Name: pcf-product-stemcell-downloader

Owner: Pivotal Cloud Foundry

Description: Downloads a stemcell given a PCF product tile

Created: 2017-01-24 18:35:39.0

Updated: 2017-05-09 14:10:39.0

Pushed: 2017-03-07 00:15:28.0

Homepage: null

Size: 55

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

PCF Product Stemcell Downloader

This is a tool for unpacking a PCF product tile, figuring out which stemcell it requires, and downloading that stemcell.

It is used by PCF Pipelines.

Installing

Download the latest release.

Install from source

Requirements:

r -p $GOPATH/src/github.com/c0-ops/pcf-product-stemcell-downloader
clone git@github.com:c0-ops/pcf-product-stemcell-downloader.git $GOPATH/src/github.com/c0-ops/pcf-product-stemcell-downloader
GOPATH/src/github.com/c0-ops/pcf-product-stemcell-downloader
e install
CH=amd64 GOOS=linux go install github.com/c0-ops/pcf-product-stemcell-downloader
Usage

pcf-product-stemcell-downloader [OPTIONS]

Options

All options are required.

Developing

Note that the tests currently download a stemcell from bosh.io, and thus require Internet access.

To run all of the tests in a Docker container:

./testrunner

To continually run the tests during development:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.