Implement Paketo Stacks RFC 0005: Update Bionic Tiny Stack
Closed this issue · 0 comments
sophiewigmore commented
Paketo Stacks RFC 0005 states the Paketo Bionic stacks should follow suit with recent organizational changes to naming, publishing, and repository set up implemented for the Paketo Jammy stacks.
This issue is to implement these changes for the Paketo Bionic Tiny stack:
- Create stack definition files (
stack.toml
and build/run Dockerfiles) similar to the ones for the Jammy Tiny stack. The same set of packages shipped in the existing Bionic tiny stack should be used. - Leverage the new workflows and actions
- Publish the generated stacks to both the old
-cnb
suffixed and non-cnb
tags, as well as the new location outlined in the RFC:
paketobuildpacks/{build/run}:{version}-tiny
paketobuildpacks/{build/run}:{version}-tiny-cnb
paketobuildpacks/{build/run}-bionic-tiny:{version}
- Remove the tiny-stack-release repo when these changes have been rolled out successfully.