This change makes it possible for users to provide
environment variables to buildpacks via a volume with
appropriately configured directories.
Also includes some fixes for v1beta1 compatibility.
See https://buildpacks.io/docs/reference/buildpack-api/
for more info on how PLATFORM_DIR is used.
Resolves#160
Signed-off-by: Natalie Arellano <narellano@vmware.com>
This migrate buildpacks to use `workspace` instead of an input
`GitResource`.
This also updates e2e tests to use a `Pipeline` in order to clone the
repository in the workspace.
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
- Update buildpacks README to have more easily consumable example
and include specific usage for older Platform APIs
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Next update of plumbing will enable `yamllint` check, so this make
sure we have linted yaml before 👼
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
The image flag in the export step should point to the run image.
+ Pointing at the output image produces a 'MANIFEST_UNKNOWN' unknown error fetching the unbuilt image.