Hacker News new | ask | show | jobs
by nijave 15 days ago
Caching proxies are a decent middle ground like Artifactory. AWS might support that (maybe only on certain repo types?)

Generally you can also configure rules in your internal package cache about what to do if a package is missing from the cache/hasn't been pulled yet. They also commonly integrate automaticaly CVE tracking and pull statistics so they give a nice "heads up" what everyone is using even if it's a local PoC

As an added bonus, they can also lower bandwidth bills like in expensive cloud environments when you can co-locate the proxy close to CI/build machines.

1 comments

or you can throw all of this into the trash and just use Nix.
The parent is about vendoring dependencies which Nix does not do by default so that is not a solution here.