summaryrefslogtreecommitdiff
path: root/cmd/podman/images.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-01 03:23:29 +0100
committerGitHub <noreply@github.com>2019-02-01 03:23:29 +0100
commite133834f6d60310ecd6cbd67b58f891f29b25e10 (patch)
treead2e81dd1262470d5614966ee176632525219457 /cmd/podman/images.go
parent82550ede36dab0689914c3c1b6de44b55f0d22f8 (diff)
parentca53122338168c867e75de0ce832d80ac7f27428 (diff)
downloadpodman-e133834f6d60310ecd6cbd67b58f891f29b25e10.tar.gz
podman-e133834f6d60310ecd6cbd67b58f891f29b25e10.tar.bz2
podman-e133834f6d60310ecd6cbd67b58f891f29b25e10.zip
Merge pull request #2232 from baude/pstable
Fix regression in ps with custom format
Diffstat (limited to 'cmd/podman/images.go')
-rw-r--r--cmd/podman/images.go7
1 files changed, 0 insertions, 7 deletions
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")