mirror of
https://github.com/containers/skopeo.git
synced 2025-06-23 21:38:02 +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
|
||||
DockerVersion 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
|
||||
Os string
|
||||
Layers []string // ???
|
||||
|
Loading…
Reference in New Issue
Block a user