buildpacks-nodejs icon indicating copy to clipboard operation
buildpacks-nodejs copied to clipboard

How to Cache Nodejs Packs in inventory.toml ?

Open mautops opened this issue 3 years ago • 1 comments

because of the network, we can not visit aws s3 directly,so i cached the Nodejs Packs in inventory.toml into local registry, is there a way to modify the default download url ?

mautops avatar Nov 22 '22 09:11 mautops

Sorry, we don't have a way to modify the download urls at present, other than forking the buildpack and modifying inventory.toml.

What kind of restrictions do you have? It sounds like you might have to fetch from S3 via a proxy? If we offered proxy support, would that work? Or do you want a way to provide your own inventory.toml?

joshwlewis avatar Dec 05 '22 21:12 joshwlewis