Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Add Jammy stack to .NET 6 dependencies #349

Merged
merged 3 commits into from Jul 13, 2022
Merged

Add Jammy stack to .NET 6 dependencies #349

merged 3 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:17
ForestEckhardt
ForestEckhardt previously approved these changes Jul 7, 2022
@fg-j
Copy link
Author

fg-j commented Jul 12, 2022

@sophiewigmore I'm thinking that the easiest way to change the metadata in the dep-server at this point is to go in, remove the .NET 6 versions in the buildpack (6.0.5 and 6.0.6) from the "known versions" list, and then let the dep server update the metadata automatically. Does that seem reasonable?

@fg-j
Copy link
Author

fg-j commented Jul 12, 2022

I've updated the known-versions file. Metadata updates in the dep server should be making their way through shortly.

@fg-j
Copy link
Author

fg-j commented Jul 12, 2022

See #353 for stack list updates

@ForestEckhardt ForestEckhardt merged commit 0df1bca into main Jul 13, 2022
@ForestEckhardt ForestEckhardt deleted the add-jammy branch July 13, 2022 14:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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