diff --git a/types/types.go b/types/types.go index 790e1e00..9b330b25 100644 --- a/types/types.go +++ b/types/types.go @@ -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 // ???