do not hard fail on manifest fail

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-03-21 14:59:22 -07:00
parent 20f9149191
commit 42a15c0ee9
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -230,7 +230,7 @@ func createStaticIndex(r *registry.Registry, staticDir, clairURI string) error {
m1, err := r.ManifestV1(repo, tag)
if err != nil {
return fmt.Errorf("getting tags for %s:%s failed: %v", repo, tag, err)
logrus.Warnf("getting v1 manifest for %s:%s failed: %v", repo, tag, err)
}
var createdDate string