From ca53122338168c867e75de0ce832d80ac7f27428 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 29 Jan 2019 15:12:29 -0600 Subject: Fix regression in ps with custom format Using the table keyword in go templating had regressed and was no longer working. Fixes: 2221 Signed-off-by: baude --- cmd/podman/images.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cmd/podman/images.go') diff --git a/cmd/podman/images.go b/cmd/podman/images.go index 031f06618..d4f405975 100644 --- a/cmd/podman/images.go +++ b/cmd/podman/images.go @@ -188,13 +188,6 @@ func imagesCmd(c *cli.Context) error { } opts.outputformat = opts.setOutputFormat() - /* - podman does not implement --all for images - - intermediate images are only generated during the build process. they are - children to the image once built. until buildah supports caching builds, - it will not generate these intermediate images. - */ images, err := runtime.GetImages() if err != nil { return errors.Wrapf(err, "unable to get images") -- cgit v1.2.3-54-g00ecf