cloudfoundry-incubator / fissile

Turn a BOSH release into container images / files
Apache License 2.0
67 stars 36 forks source link

Adding a new flag in fissile build #509

Closed bikramnehra closed 5 years ago

bikramnehra commented 5 years ago

Description

This PR is to introduce:

  1. Printing the name of the image to be built.
  2. --dry-run flag to skip image build step.

Test plan

Trigger fissile build with --dry-run and check whether the build part was skipped, also confirm whether image name was displayed.

cfdreddbot commented 5 years ago

:white_check_mark: Hey bikramnehra! The commit authors and yourself have already signed the CLA.

bikramnehra commented 5 years ago

It is finally decided to introduce a --dry-run flag which will skip the build part. Also, name of the image to be built will always be printed.