docs(buildpacks): clarify how to use private buildpacks with multi-buildpack#3574
docs(buildpacks): clarify how to use private buildpacks with multi-buildpack#3574
Conversation
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
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?
Co-authored-by: François <francois+github@kubler.org>
|
@Frzk what do you suggest we do with the other "Private buildpacks" section ? |
|
I'm suggesting to remove it:
@benjaminach: WDYT? |
|
I will follow your proposal. Perhaps, we could promote the .buildpacks file as the standard approach for both custom and multi-buildpack configurations? Custom buildpacks configured through the env var could instead be documented as a quick workaround to override the buildpack, rather than a clean long-term solution, since configuration should ideally live in the application code 🤔 |
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