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

Implement Paketo Stacks RFC 0004: Jammy Jellyfish #1

Closed
5 tasks
Tracked by #133
fg-j opened this issue May 10, 2022 · 0 comments · Fixed by #2
Closed
5 tasks
Tracked by #133

Implement Paketo Stacks RFC 0004: Jammy Jellyfish #1

fg-j opened this issue May 10, 2022 · 0 comments · Fixed by #2
Assignees

Comments

@fg-j
Copy link

fg-j commented May 10, 2022

Paketo Stacks RFC 0004 states that Paketo should support a "tiny" stack on top of Ubuntu Jammy Jellyfish. To implement this RFC:

  • Determine which OS packages should be installed on the Tiny Jammy stack. These may be identical to those installed on the bionic tiny stack. (See the bionic tiny repo)
  • Create a stack descriptor file for this stack and check it into this repo. The descriptor should have the following attributes:
    • stack id: io.buildpacks.stacks.jammy.tiny
    • the UID for build and run phases should differ (but be in the same group)
  • Set up automation on this repo that builds the stack using jam create-stack and publishes the stack to the appropriate tags:
    • paketobuildpacks/build-jammy-tiny:latest
    • paketobuildpacks/build-jammy-tiny:1.2.3
    • paketobuildpacks/run-jammy-tiny:latest
    • paketobuildpacks/run-jammy-tiny:1.2.3
  • Create automation that allows the repository to receive USN updates
  • Create automation that generates release notes with similar information to the Bionic tiny stack release notes (e.g. this release)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants