address get manifest issue with oci. namespace; and comment descriptions

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown 2017-07-12 18:07:46 -05:00
parent fcaffa38bc
commit 426afb3a4c
3 changed files with 9 additions and 183 deletions

View file

@ -79,7 +79,7 @@ func (m Manifest) References() []distribution.Descriptor {
return references
}
// Target returns the target of this signed manifest.
// Target returns the target of this manifest.
func (m Manifest) Target() distribution.Descriptor {
return m.Config
}