You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our organization enforces strict security and reproducibility requirements by blocking public internet access during builds and ensuring that all artifacts are downloaded from local mirrors in our local network. This approach safeguards against issues like the npm left-pad incident, as we can always reproduce builds even if upstream resources become unavailable.
Does mise support configuration for using local artifact repositories instead of accessing the public internet? If not, is this a potential enhancement for future releases, or is mise inherently designed to work with direct internet access only?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Our organization enforces strict security and reproducibility requirements by blocking public internet access during builds and ensuring that all artifacts are downloaded from local mirrors in our local network. This approach safeguards against issues like the npm left-pad incident, as we can always reproduce builds even if upstream resources become unavailable.
Does mise support configuration for using local artifact repositories instead of accessing the public internet? If not, is this a potential enhancement for future releases, or is mise inherently designed to work with direct internet access only?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions