Closed f0rmiga closed 5 years ago
Adds the possibility of --repository being empty. Also, changes the --repository default from fissile to empty string.
--repository
fissile
#164446604
something/nats
fissile build release-images \ --stemcell="splatform/fissile-stemcell-opensuse" \ --name="nats" \ --version=26 \ --sha1=2f2c27acdfff81f3519968921686522518ab5783 \ --url="https://bosh.io/d/github.com/cloudfoundry/nats-release?v=26" \ --docker-organization="something"
something/myprefix-nats
fissile build release-images \ --stemcell="splatform/fissile-stemcell-opensuse" \ --name="nats" \ --version=26 \ --sha1=2f2c27acdfff81f3519968921686522518ab5783 \ --url="https://bosh.io/d/github.com/cloudfoundry/nats-release?v=26" \ --docker-organization="something" \ --repository="myprefix"
:white_check_mark: Hey f0rmiga! The commit authors and yourself have already signed the CLA.
Description
Adds the possibility of
--repository
being empty. Also, changes the--repository
default fromfissile
to empty string.#164446604
Test plan
something/nats
:something/myprefix-nats
: