Skip to content
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

Port Buildpack author guide to NodeJS #620

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Port Buildpack author guide to NodeJS #620

merged 3 commits into from
Nov 30, 2023

Conversation

AidanDelaney
Copy link
Member

Simplify the buildpack author guide, using NodeJS instead of Ruby. The switch to NodeJS makes multi-arch demos more striaghtforward

@AidanDelaney AidanDelaney requested a review from a team as a code owner October 17, 2023 04:46
@natalieparellano
Copy link
Member

Build seems to be failing with:

---> Downloading and extracting NodeJS
tar: Archive is compressed. Use -J option
tar: Error is not recoverable: exiting now

@AidanDelaney
Copy link
Member Author

It's working up to caching. I need to find a good caching example now.

@AidanDelaney
Copy link
Member Author

I still have an issue with the caching logic. Will bring it up in our weekly call.

@AidanDelaney AidanDelaney force-pushed the nodejs-port branch 4 times, most recently from c4b1405 to d0a0200 Compare November 17, 2023 21:02
AidanDelaney and others added 3 commits November 30, 2023 17:20
Simplify the buildpack author guide, using NodeJS instead of Ruby.
The switch to NodeJS makes multi-arch demos more striaghtforward

Signed-off-by: Aidan Delaney <[email protected]>
Use a "fake" server application.  Cache the runtime for use in
subsequent builds.

Signed-off-by: Aidan Delaney <[email protected]>
Work out the gremlins in the caching example. We now cache
only the layer creating the runtime.

Signed-off-by: Aidan Delaney <[email protected]>
@AidanDelaney AidanDelaney merged commit 6b2d630 into main Nov 30, 2023
1 check passed
@AidanDelaney AidanDelaney deleted the nodejs-port branch November 30, 2023 17:20
github-actions bot pushed a commit that referenced this pull request Nov 30, 2023
Port Buildpack author guide to NodeJS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants