| ... | ... |
@@ -330,6 +330,7 @@ func (srv *Server) Images(all bool, filter string) ([]APIImages, error) {
|
| 330 | 330 |
for _, image := range allImages {
|
| 331 | 331 |
var out APIImages |
| 332 | 332 |
out.ID = image.ID |
| 333 |
+ out.RepoTags = []string{"<none>:<none>"}
|
|
| 333 | 334 |
out.Created = image.Created.Unix() |
| 334 | 335 |
out.Size = image.Size |
| 335 | 336 |
out.VirtualSize = image.getParentsSize(0) + image.Size |