Skip to content

Commit 6c074db

Browse files
authored
Revert "feat: Add imageIndex field to imageData" (#1431)
Revert "feat: Add imageIndex field to imageData (#1362)" This reverts commit 66ed9c0.
1 parent 917c908 commit 6c074db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/writing-policies/external-data-sources.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ the output `imageData` variable will have a structure which looks like the follo
752752
"registry": "ghcr.io",
753753
"repository": "kyverno/kyverno",
754754
"identifier": "latest",
755-
"imageIndex": imageIndex,
756755
"manifest": manifest,
757756
"configData": config,
758757
}
@@ -772,7 +771,7 @@ The `imageData` variable represents a "normalized" view of an image after any re
772771
```
773772
{{% /alert %}}
774773

775-
The `imageIndex`, `manifest` and `config` keys contain the output from `crane manifest <image>` and `crane config <image>` respectively.
774+
The `manifest` and `config` keys contain the output from `crane manifest <image>` and `crane config <image>` respectively.
776775

777776
For example, one could inspect the labels, entrypoint, volumes, history, layers, etc of a given image. Using the [crane](https://github.com/google/go-containerregistry/tree/main/cmd/crane) tool, show the config of the `ghcr.io/kyverno/kyverno:latest` image:
778777

0 commit comments

Comments
 (0)