-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nimble cannot disable networking #699
Labels
Comments
This is a feature, not a bug. I'm happy to accept a switch that disables the networking and fails with an error as soon as an attempt to access the network is made. |
CyberTailor
added a commit
to CyberTailor/nimble
that referenced
this issue
Dec 11, 2021
Merged
CyberTailor
added a commit
to CyberTailor/nimble
that referenced
this issue
Dec 12, 2021
CyberTailor
added a commit
to CyberTailor/nimble
that referenced
this issue
Dec 12, 2021
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's common practice to disable network interactions in package installers when used in buildbots. This is used to ensure that a build can run with the local contents and does not depend on external services, also for security and to ensure reproducibility.
Nimble has no flag to disable networking.
A hacky workaround such setting HTTP/S proxies to localhost (see #637 ) does not work because Nimble does not handle the Git-over-ssh use-case.
The text was updated successfully, but these errors were encountered: