{"id":"ca6457f9b94097ce","repo":"docker/cli","slug":"no-such-manifest-s","errorCode":null,"errorMessage":"no such manifest: %s","messagePattern":"no such manifest: (.+?)","errorType":"exception","errorClass":"notFoundError","httpStatus":404,"severity":"error","filePath":"internal/registryclient/fetcher.go","lineNumber":274,"sourceCode":"\t\t\tcontinue\n\t\t}\n\t\tdone, err := each(ctx, repo, namedRef)\n\t\tif err != nil {\n\t\t\tif continueOnError(err) {\n\t\t\t\tif endpoint.URL.Scheme == \"https\" {\n\t\t\t\t\tconfirmedTLSRegistries[endpoint.URL.Host] = true\n\t\t\t\t}\n\t\t\t\tlogrus.Debugf(\"continuing on error (%T) %s\", err, err)\n\t\t\t\tcontinue\n\t\t\t}\n\t\t\tlogrus.Debugf(\"not continuing on error (%T) %s\", err, err)\n\t\t\treturn err\n\t\t}\n\t\tif done {\n\t\t\treturn nil\n\t\t}\n\t}\n\treturn notFoundError{errors.New(\"no such manifest: \" + namedRef.String())}\n}\n\n// allEndpoints returns a list of endpoints ordered by priority (v2, http).\nfunc allEndpoints(ctx context.Context, namedRef reference.Named, insecure bool) ([]registry.APIEndpoint, error) {\n\tvar serviceOpts registry.ServiceOptions\n\tif insecure {\n\t\tlogrus.Debugf(\"allowing insecure registry for: %s\", reference.Domain(namedRef))\n\t\tserviceOpts.InsecureRegistries = []string{reference.Domain(namedRef)}\n\t}\n\tregistryService, err := registry.NewService(serviceOpts)\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\tendpoints, err := registryService.Endpoints(ctx, reference.Domain(namedRef))\n\tlogrus.Debugf(\"endpoints for %s: %v\", namedRef, endpoints)\n\treturn endpoints, err\n}\n","sourceCodeStart":256,"sourceCodeEnd":292,"githubUrl":"https://github.com/docker/cli/blob/e9452d6e785f6e365712b9d71bd7517591773c86/internal/registryclient/fetcher.go#L256-L292","documentation":"Error \"no such manifest: %s\" thrown in docker/cli.","triggerScenarios":"Thrown at internal/registryclient/fetcher.go:274 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"analyzedSha":"e9452d6e785f6e365712b9d71bd7517591773c86","analyzedAt":"2026-08-01T07:09:22.474Z","schemaVersion":2}