-
Notifications
You must be signed in to change notification settings - Fork 9
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
3 tasks
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. |
phil9909
added a commit
to sap-contributions/jammy-base-stack
that referenced
this issue
Jun 22, 2022
Based on the tiny variant: https://github.com/paketo-buildpacks/jammy-tiny-stack/tree/e9a41436b06d3c3fa2960980ea98be36796ab3b6 Changes: - Renamed - search and replace `tiny` with `base` - change stack id from `io.buildpacks.stacks.jammy.base` to `io.buildpacks.stacks.jammy` as suggested in paketo-buildpacks#1 - Updated README - Updated description - Recreated the `Dockerfile` of the run image based on the build image `Dockerfile` - Added some packages from bionic base stack - Updated the integration test (use a simple java app instead of go) Co-authored-by: Philipp Stehle <[email protected]>
5 tasks
sophiewigmore
pushed a commit
that referenced
this issue
Jun 24, 2022
* Initial stack implementation Based on the tiny variant: https://github.com/paketo-buildpacks/jammy-tiny-stack/tree/e9a41436b06d3c3fa2960980ea98be36796ab3b6 Changes: - Renamed - search and replace `tiny` with `base` - change stack id from `io.buildpacks.stacks.jammy.base` to `io.buildpacks.stacks.jammy` as suggested in #1 - Updated README - Updated description - Recreated the `Dockerfile` of the run image based on the build image `Dockerfile` - Added some packages from bionic base stack - Updated the integration test (use a simple java app instead of go) Co-authored-by: Philipp Stehle <[email protected]> * address review comments Co-authored-by: Philipp Stehle <[email protected]> * remove explicit libc6 Co-authored-by: Philipp Stehle <[email protected]> Co-authored-by: Sumit Kulhadia <[email protected]> Co-authored-by: Ralf Pannemans <[email protected]>
Repository owner
moved this from 📨 PR Opened
to ✅ Done
in Paketo Workstreams
Jun 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Paketo Stacks RFC 0004 states that Paketo should support a "base" 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-base:latest
paketobuildpacks/build-jammy-base:1.2.3
paketobuildpacks/run-jammy-base:latest
paketobuildpacks/run-jammy-base:1.2.3
The text was updated successfully, but these errors were encountered: