docs: collapse dperecated stack concept page#943
Open
AidanDelaney wants to merge 2 commits into
Open
Conversation
The stack concept was deprecated in Platform API 0.12 and Buildpack API 0.10 in favour of standard OCI image constructs such as OS, architecture, and distribution. Keeping a full tutorial here misleads app developers into using an outdated workflow. The page is reduced to a deprecation notice with forwarding links to the relevant migration guides and current base-image concepts, and the title is updated to make the deprecation unambiguous in the navigation. A note is also added calling out that `pack stack suggest` is deprecated in favour of `pack builder suggest`. Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
App developers reading the stack deprecation notice had nowhere to turn for practical guidance on what to do differently. This adds a short section explaining that builder selection is still the right starting point, that run images now carry OS/arch/distro target data instead of a stack ID, and how to use the --platform flag for multi-architecture builds. The rebase behaviour change is also documented so developers understand why a previously-working rebase might now fail. Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
83c0fa1 to
87d3362
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The stack concept was deprecated in Platform API 0.12 and Buildpack API
0.10 in favour of standard OCI image constructs such as OS, architecture,
and distribution. Keeping a full tutorial here misleads app developers
into using an outdated workflow. The page is reduced to a deprecation
notice with forwarding links to the relevant migration guides and current
base-image concepts, and the title is updated to make the deprecation
unambiguous in the navigation. A note is also added calling out that
pack stack suggestis deprecated in favour ofpack builder suggest.