You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Paketo Stacks RFC 0004 states that Paketo should support a "tiny" stack on top of Ubuntu Jammy Jellyfish. To implement this RFC:
io.buildpacks.stacks.jammy.tiny
build
andrun
phases should differ (but be in the same group)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
The text was updated successfully, but these errors were encountered: