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

Add Jammy stack to .NET 6 dependencies #365

Merged
merged 5 commits into from Jul 13, 2022
Merged

Add Jammy stack to .NET 6 dependencies #365

merged 5 commits into from Jul 13, 2022

Conversation

fg-j
Copy link

@fg-j fg-j commented Jul 7, 2022

Summary

The Paketo Jammy Stacks RFC has been accepted, and specifies that the Jammy Full and Base stacks will have the stack ID io.buildpacks.stacks.jammy. .NET 3.1 does not work on Jammy Jellyfish because it requires an outdated version of OpenSSL. So, this PR adds the Jammy stack only to the .NET 6 dependencies.

A related dep-server PR will honor this change for new versions of .NET as they're added. Once this is approved, I'll also updated the existing metadata.json for the dependencies currently in the buildpack to reflect this change.

Use Cases

Will allow the .NET Core buildpack to run on Jammy.

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).

@fg-j fg-j requested a review from a team as a code owner July 7, 2022 18:20
ForestEckhardt
ForestEckhardt previously approved these changes Jul 7, 2022
@ForestEckhardt ForestEckhardt added the semver:minor A change requiring a minor version bump label Jul 7, 2022
@fg-j
Copy link
Author

fg-j commented Jul 12, 2022

I've updated the dep-server's known versions file for this dependency; the dep server's metadata should be updated shortly.

ForestEckhardt
ForestEckhardt previously approved these changes Jul 13, 2022
auto-merge was automatically disabled July 13, 2022 15:03

Rebase failed

@ForestEckhardt ForestEckhardt merged commit 00cf3be into main Jul 13, 2022
@ForestEckhardt ForestEckhardt deleted the add-jammy branch July 13, 2022 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants