optiopay / klar

Integration of Clair and Docker Registry
MIT License
506 stars 140 forks source link

Fix build that has broken from a protobuf update #138

Closed scopej closed 5 years ago

scopej commented 5 years ago

The database.Ancestry protobuf has changed format and now contains a database.AncestryLayer instead of a database.Layer.

scopej commented 5 years ago

This is a fix for https://github.com/optiopay/klar/issues/136

hashmap commented 5 years ago

Thanks for the pr! I found it also requires updating vendor. After that I see clair/clair_test.go:131:14: undefined: clairpb.AncestryLayer

scopej commented 5 years ago

Thanks! Sorry I missed that.

hashmap commented 5 years ago

Thanks for your contribution!