{"id":"1adff5e21a5f15b4","repo":"docker/cli","slug":"image-manifest-for-q-does-not-exist","errorCode":null,"errorMessage":"image manifest for %q does not exist","messagePattern":"image manifest for %q does not exist","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"internal/registryclient/fetcher.go","lineNumber":66,"sourceCode":"\t}\n\n\tswitch v := manifest.(type) {\n\tcase *manifestlist.DeserializedManifestList:\n\t\treturn pullManifestList(ctx, ref, repo, *v)\n\tdefault:\n\t\treturn nil, fmt.Errorf(\"unsupported manifest format: %v\", v)\n\t}\n}\n\nfunc getManifest(ctx context.Context, repo distribution.Repository, ref reference.Named) (distribution.Manifest, error) {\n\tmanSvc, err := repo.Manifests(ctx)\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\n\tdgst, opts, err := getManifestOptionsFromReference(ref)\n\tif err != nil {\n\t\treturn nil, fmt.Errorf(\"image manifest for %q does not exist\", ref)\n\t}\n\treturn manSvc.Get(ctx, dgst, opts...)\n}\n\nfunc pullManifestSchemaV2(ctx context.Context, ref reference.Named, repo distribution.Repository, mfst schema2.DeserializedManifest) (types.ImageManifest, error) {\n\tmanifestDesc, err := validateManifestDigest(ref, mfst)\n\tif err != nil {\n\t\treturn types.ImageManifest{}, err\n\t}\n\tconfigJSON, err := pullManifestSchemaV2ImageConfig(ctx, mfst.Target().Digest, repo)\n\tif err != nil {\n\t\treturn types.ImageManifest{}, err\n\t}\n\n\tif manifestDesc.Platform == nil {\n\t\tmanifestDesc.Platform = &ocispec.Platform{}\n\t}\n","sourceCodeStart":48,"sourceCodeEnd":84,"githubUrl":"https://github.com/docker/cli/blob/e9452d6e785f6e365712b9d71bd7517591773c86/internal/registryclient/fetcher.go#L48-L84","documentation":"Error \"image manifest for %q does not exist\" thrown in docker/cli.","triggerScenarios":"Thrown at internal/registryclient/fetcher.go:66 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}