-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apt - Minimum Viable Buildpack - 01 - Project Structure #1
Conversation
6b5b4f6
to
07980b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good start!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this! I'm super exited to (a) have a non-shimmed APT CNB, (b) have an APT buildpack that doesn't have the bugs of its classic buildpack predecessor :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes and the quick turnaround - makes re-reviewing fast since all still fresh in my head :-)
This initial version of the Apt CNB closely follows the process laid down in heroku/heroku-buildpack-apt and has been split into the following stacked PRs:
Note
More details about each set of changes can be found in the individual PRs.
This PR sets up the basic template for our buildpack projects including:
main.rs