ansibleplaybookbundle / ansible-playbook-bundle

THIS REPO IS MIGRATING: https://github.com/automationbroker/apb
GNU General Public License v2.0
140 stars 70 forks source link

Make initial Dockerfile buildable #311

Closed djwhatle closed 6 years ago

djwhatle commented 6 years ago

Fix unbuildable initial Dockerfile created by apb init foo by adding a default value of "" for the apb spec LABEL.

Previously we could count on the user running apb prepare to load LABEL "com.redhat.apb.spec"=\ with a value, but now that we are using APBs (bundles) outside of an Automation Broker context in some scenarios, we don't always expect apb prepare to have been a part of the build process.