docs(buildpacks): clarify how to use private buildpacks with multi-buildpack#3574
Open
docs(buildpacks): clarify how to use private buildpacks with multi-buildpack#3574
Conversation
benjaminach
approved these changes
Feb 26, 2026
Contributor
benjaminach
left a comment
There was a problem hiding this comment.
I find the format of this page a bit unusual, but since your addition respects the general format of the page... LGTM.
Frzk
approved these changes
Feb 26, 2026
Contributor
Frzk
left a comment
There was a problem hiding this comment.
praise: thanks, I didn't know it was possible to do this!
comment: same as @benjaminach -- Looks like another page that would benefit from a rewrite 😫
suggestion: maybe it would be nice to also update (or even remove) the paragraph here: https://doc.scalingo.com/platform/deployment/buildpacks/custom#private-buildpack?
Frzk
reviewed
Feb 26, 2026
| @@ -1,3 +1,3 @@ | |||
| --- | |||
| title: Multi Buildpacks | |||
| modified_at: 2016-05-17 00:00:00 | |||
Contributor
There was a problem hiding this comment.
Suggested change
| modified_at: 2026-02-27 12:00:00 |
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.
Why
The current multi-buildpack guide explains
.buildpackssyntax and ordering, but it is not explicit about the private buildpack workflow.This can lead users to try HTTPS private URLs while using
ssh-private-key-buildpack, which fails.What changed
In
src/_posts/platform/deployment/buildpacks/2000-01-01-multi.md, this PR adds a minimal section:ssh-private-key-buildpackfirst.buildpacksexample with privategit@...URLs and branch syntaxScope