Issue ID:
Type
Bug
Title:
FIX: Error may occur during of Docker Feed re-index
Created:
6/14/2024 3:55:10 PM by Steve Dennis
Status:
Awaiting Release on 6/14/2024 10:37:18 PM
Last pulled:
6/14/2024 10:48:20 PM
Description:
``` Inspecting image sha256:60a3bda0eb90be8fa78830f284671d4c231e91878bbe5bd1c953aedda141014a (from library/node)... Manifest file missing for sha256:60a3bda0eb90be8fa78830f284671d4c231e91878bbe5bd1c953aedda141014a (library/node:); attempting to recreate... Re-activating feed. Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object. at Inedo.ProGet.Feeds.Docker.DockerFeed.VerifyFeedAsync(IFeedVerificationContext context, CancellationToken cancellationToken) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E451114\Src\ProGetCoreEx\Feeds\Docker\DockerFeed.cs:line 1099 at Inedo.ProGet.Executions.VerifyFeedExecution.ExecuteAsync(IManualExecutionContext context) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E451114\Src\ProGetCoreEx\Executions\VerifyFeedExecution.cs:line 53 at Inedo.ProGet.Executions.VerifyFeedExecution.ExecuteAsync(IManualExecutionContext context) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E451114\Src\ProGetCoreEx\Executions\VerifyFeedExecution.cs:line 53 at Inedo.ProGet.Service.Executions.ActiveManualExecution.ExecuteAsync() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E451114\Src\ProGet.Service\Executions\ActiveManualExecution.cs:line 40 ``` ``` Inspecting image sha256:1e0fc95b856ec6592c530b522fe0500af9bff5ed1f962216d3c45063bd26e09b (from library/ubuntu)... Re-activating feed. Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object. at Inedo.ProGet.Feeds.Docker.DockerFeed.VerifyFeedAsync(IFeedVerificationContext context, CancellationToken cancellationToken) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E451114\Src\ProGetCoreEx\Feeds\Docker\DockerFeed.cs:line 1099 at Inedo.ProGet.Executions.VerifyFeedExecution.ExecuteAsync(IManualExecutionContext context) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E451114\Src\ProGetCoreEx\Executions\VerifyFeedExecution.cs:line 43 at Inedo.ProGet.Executions.VerifyFeedExecution.ExecuteAsync(IManualExecutionContext context) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E451114\Src\ProGetCoreEx\Executions\VerifyFeedExecution.cs:line 50 at Inedo.ProGet.Service.Executions.ActiveManualExecution.ExecuteAsync() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E451114\Src\ProGet.Service\Executions\ActiveManualExecution.cs:line 40 ```