-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
@fg-j as a heads up, I wouldn't lean too heavily on the testing workflows from the Stacks repo. The |
We'd like to make more progress on paketo-buildpacks/jammy-tiny-stack#1 before picking this up – the precedent set by Tiny can be followed here. |
With the release of |
Paketo Stacks RFC 0004 states that Paketo should support a "full" stack on top of Ubuntu Jammy Jellyfish. To implement this RFC:
io.buildpacks.stacks.jammy
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-full:latest
paketobuildpacks/build-jammy-full:1.2.3
paketobuildpacks/run-jammy-full:latest
paketobuildpacks/run-jammy-full:1.2.3
The text was updated successfully, but these errors were encountered: