From 63e46cc85cb0a9523e9c48db7a88039e0baeac29 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 26 Nov 2019 16:08:04 +0100 Subject: Add support for image name history We leverage the containers/storage image history tracking feature to show the previously used image names when running: `podman images --history` Signed-off-by: Sascha Grunert --- API.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index c288e6b28..a02a8cf6f 100755 --- a/API.md +++ b/API.md @@ -1698,6 +1698,8 @@ isParent [bool](https://godoc.org/builtin#bool) topLayer [string](https://godoc.org/builtin#string) readOnly [bool](https://godoc.org/builtin#bool) + +history [[]string](#[]string) ### type ImageHistory ImageHistory describes the returned structure from ImageHistory. -- cgit v1.2.3-54-g00ecf