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.
Fix unbuildable initial Dockerfile created by
apb init foo
by adding a default value of""
for the apb specLABEL
.Previously we could count on the user running
apb prepare
to loadLABEL "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 expectapb prepare
to have been a part of the build process.