Skip to content

Conversation

@mhdawson
Copy link
Member

@mhdawson mhdawson commented Oct 29, 2024

Summary

Bionic stack is deprecated and no Node.js no longer builds for it with default tools, remove it.

Add noble stack

This should fix: #617 as we only compile Node right now on bionic.

It think it will also obsolete #585 since we won't be compiling node.js anymore.

Use Cases

Checklist

  • I have viewed, signed, and submitted the Contributor License Agreement.
  • I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
  • I have added an integration test, if necessary.
  • I have reviewed the styleguide for guidance on my code quality.
  • I'm happy with the commit history on this PR (I have rebased/squashed as needed).

Bionic stack is deprecated and no Node.js no longer builds for
it with default tools, remove it.

Add noble stack

Signed-off-by: Michael Dawson <mdawson@devrus.com>
@mhdawson mhdawson requested a review from a team as a code owner October 29, 2024 16:58
@mhdawson mhdawson added the semver:major A change requiring a major version bump label Oct 29, 2024
Copy link
Contributor

@pacostas pacostas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM adding it on the dependencies and remove the deprecated one (bionic). Also it will not fix the issue with the node compilation but it will give us a better understanding on how the workflow works and also this issue is not related to this PR so with a subsequent one we can replace the bionic.dockerfile with a proper one.

@pacostas pacostas merged commit b7e1018 into paketo-buildpacks:main Oct 30, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver:major A change requiring a major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failure: Update Dependencies workflow

2 participants