mirror of
https://github.com/containers/skopeo.git
synced 2025-06-24 22:02:29 +00:00
thoughts on interfaces
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
5d740b4611
commit
b97d7fc68f
@ -30,7 +30,7 @@ type ImageManifest struct {
|
|||||||
ContainerConfig *containerTypes.Config // remove docker/docker code, this isn't needed
|
ContainerConfig *containerTypes.Config // remove docker/docker code, this isn't needed
|
||||||
DockerVersion string
|
DockerVersion string
|
||||||
Author string
|
Author string
|
||||||
Config *containerTypes.Config // remove docker/docker code, needs just Labels here for now
|
Config *containerTypes.Config // remove docker/docker code, needs just Labels here for now, maybe Cmd? Hostname?
|
||||||
Architecture string
|
Architecture string
|
||||||
Os string
|
Os string
|
||||||
Layers []string // ???
|
Layers []string // ???
|
||||||
|
Loading…
Reference in New Issue
Block a user