Merge pull request #2784 from QiWang19/digest

fix bug remote-podman images --digests
This commit is contained in:
OpenShift Merge Robot
2019-03-28 16:51:31 -07:00
committed by GitHub
4 changed files with 5 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ type VolumeRemoveOpts (
type Image (
id: string,
digest: string,
parentId: string,
repoTags: []string,
repoDigests: []string,