clair/database
Nick Platt aea74550e1 pgsql: Expand layer, namespace column widths
Presently the layer and namespace tables use type `varchar(128)` for
their respective name columns. For layer, this width works fine enough
using the sha256 digests provided by docker. However, if one wishes to
encode the image name into the layer  name (eg, to avoid collisions like
in [0]), the limit of 128 bytes starts to feel a bit cramped. Bump to
256 bytes, since that "ought to be enough for anybody." (TM)

[0]: https://github.com/coreos/clair/issues/319
2017-05-19 18:22:04 -04:00
..
pgsql pgsql: Expand layer, namespace column widths 2017-05-19 18:22:04 -04:00
database.go move config to main / decentralize config 2017-01-27 00:36:13 -05:00
mock.go database: Mock Datastore interface 2016-05-20 12:01:30 -05:00
models.go clair: mv updater clair and mv severity to db 2017-01-22 23:20:56 -05:00
namespace_mapping.go Add Ubuntu Zesty and Artful to UbuntuReleasesMapping 2017-04-26 14:45:32 -07:00
severity_test.go clair: mv updater clair and mv severity to db 2017-01-22 23:20:56 -05:00
severity.go clair: mv updater clair and mv severity to db 2017-01-22 23:20:56 -05:00