summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2019-10-16 12:00:12 -0400
committerNalin Dahyabhai <nalin@redhat.com>2019-10-29 13:35:19 -0400
commit07195ff09fdcb0d2d3a044c92665b082d6e742b1 (patch)
treef69d2b1d0f904706e260962ca64674a231a0d071 /API.md
parentb9313d355e8cd6307d8772ad9c21958ffe981e5b (diff)
downloadpodman-07195ff09fdcb0d2d3a044c92665b082d6e742b1.tar.gz
podman-07195ff09fdcb0d2d3a044c92665b082d6e742b1.tar.bz2
podman-07195ff09fdcb0d2d3a044c92665b082d6e742b1.zip
API: report multiple digests for images
Be prepared to report multiple image digests for images which contain multiple manifests but, because they continue to have the same set of layers and the same configuration, are considered to be the same image. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Diffstat (limited to 'API.md')
-rwxr-xr-xAPI.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/API.md b/API.md
index e79f6ee5e..d96ea6cd0 100755
--- a/API.md
+++ b/API.md
@@ -1675,6 +1675,8 @@ id [string](https://godoc.org/builtin#string)
digest [string](https://godoc.org/builtin#string)
+digests [[]string](#[]string)
+
parentId [string](https://godoc.org/builtin#string)
repoTags [[]string](#[]string)