snowdrop / java-buildpack-client

A simple buildpack (https://buildpacks.io/) platform implementation as a library for java..
Apache License 2.0
14 stars 7 forks source link

Handle non builder images more gracefully #27

Open BarDweller opened 2 years ago

BarDweller commented 2 years ago

If a consumer passes us an image that isn't a builder image, we fail during prep because we assume the metadata label is present.

We should fail more gracefully, with some kind of expectable exception to allow callers to know why & how the build request failed.