summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/libpod/images.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-01 06:38:38 -0400
committerGitHub <noreply@github.com>2020-07-01 06:38:38 -0400
commit11e98d4db2a5d8a093ec9e8a0ba439943c9c169d (patch)
treed8beddabc5d83169c77be907976779ab7a510460 /pkg/api/handlers/libpod/images.go
parent957e7a533efe2d314640afac9d3b31cc752edd80 (diff)
parent50157b2d3366ec52bbbbd468ed3d1633ed95bd24 (diff)
downloadpodman-11e98d4db2a5d8a093ec9e8a0ba439943c9c169d.tar.gz
podman-11e98d4db2a5d8a093ec9e8a0ba439943c9c169d.tar.bz2
podman-11e98d4db2a5d8a093ec9e8a0ba439943c9c169d.zip
Merge pull request #6815 from rhatdan/api
Created timesptamp returned by imagelist should be in unix format
Diffstat (limited to 'pkg/api/handlers/libpod/images.go')
-rw-r--r--pkg/api/handlers/libpod/images.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/api/handlers/libpod/images.go b/pkg/api/handlers/libpod/images.go
index 54e202103..ebcb1f460 100644
--- a/pkg/api/handlers/libpod/images.go
+++ b/pkg/api/handlers/libpod/images.go
@@ -112,7 +112,6 @@ func GetImages(w http.ResponseWriter, r *http.Request) {
return
}
// libpod has additional fields that we need to populate.
- is.Created = img.Created()
is.ReadOnly = img.IsReadOnly()
summaries[j] = is
}