-
Couldn't load subscription status.
- Fork 61
Description
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