Merge pull request #5604 from jwhonce/wip/images

V2 podman images/image list
This commit is contained in:
OpenShift Merge Robot
2020-03-25 01:26:21 +01:00
committed by GitHub
15 changed files with 442 additions and 141 deletions

View File

@ -2,7 +2,6 @@ package server
import (
"github.com/containers/libpod/libpod"
"github.com/containers/libpod/pkg/api/handlers"
"github.com/containers/libpod/pkg/api/handlers/utils"
"github.com/containers/libpod/pkg/domain/entities"
)
@ -128,7 +127,7 @@ type swagPodAlreadyStopped struct {
// swagger:response DockerImageSummary
type swagImageSummary struct {
// in:body
Body []handlers.ImageSummary
Body []entities.ImageSummary
}
// List Containers