buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
32 stars 13 forks source link

Add extension support #234

Closed BarDweller closed 1 year ago

BarDweller commented 1 year ago

This PR contains a first pass at adding support for Extensions (https://github.com/buildpacks/spec/blob/main/image_extension.md) to libcnb.

This introduces

dmikusa commented 1 year ago

@samj1912 - Definitely want to get your thoughts on this, if you have time.

BarDweller commented 1 year ago

Updated to address the test/lint issues from previous, and rebased to main.

dmikusa commented 1 year ago

Looks good. Thanks @BarDweller I was able to use this to make a basic extension.

I do want to take a pass at a couple of the things we discussed on Slack but that'll be a separate PR.

@samj1912 - Let me know if you have any thoughts or I'll go ahead and merge this in on Monday