We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi All,
we have a "Run Dependabot for Nuget and Npm" in azuredevops pipeline, the job runs on a rocky9 build machine I am getting something like this:
proxy | 2024/11/07 22:25:32 [905] POST http://host.docker.internal:44617/update_jobs/update_0_nuget_all/update_dependency_list proxy | 2024/11/07 22:25:32 [905] No response from server proxy | 2024/11/07 22:25:32 Received nil response proxy | 2024/11/07 22:25:32 [905] No response from server proxy | 2024/11/07 22:25:32 Received nil response updater | 2024/11/07 22:25:32 ERROR <job_update_0_nuget_all> dial tcp 172.17.0.1:44617: connect: connection refused updater | updater | 2024/11/07 22:25:32 ERROR <job_update_0_nuget_all> /home/dependabot/dependabot-updater/lib/dependabot/api_client.rb:223:in `block in update_dependency_list'
the port number will change after each run, I have tried to disable firewalld, but it did not help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi All,
we have a "Run Dependabot for Nuget and Npm" in azuredevops pipeline, the job runs on a rocky9 build machine
I am getting something like this:
proxy | 2024/11/07 22:25:32 [905] POST http://host.docker.internal:44617/update_jobs/update_0_nuget_all/update_dependency_list
proxy | 2024/11/07 22:25:32 [905] No response from server
proxy | 2024/11/07 22:25:32 Received nil response
proxy | 2024/11/07 22:25:32 [905] No response from server
proxy | 2024/11/07 22:25:32 Received nil response
updater | 2024/11/07 22:25:32 ERROR <job_update_0_nuget_all> dial tcp 172.17.0.1:44617: connect: connection refused
updater |
updater | 2024/11/07 22:25:32 ERROR <job_update_0_nuget_all> /home/dependabot/dependabot-updater/lib/dependabot/api_client.rb:223:in `block in update_dependency_list'
the port number will change after each run, I have tried to disable firewalld, but it did not help
The text was updated successfully, but these errors were encountered: