clair/ext/featurens
Joe Ray 947a8aa00c featurens: Ensure RHEL is correctly identified
When trying to identify various RedHat releases, RHEL was not being
picked up as a centos release because the Oracle Linux regex was too
permissive: it would match any release name with '<something> Linux
Server release' in the name. By being more restrictive with the Oracle
regex, RHEL is now properly identified.

I don't know why the Oracle regex used such a permissive matcher for the
name but it still passes all the tests by replacing it with the word
'Oracle'.

Fixes #436
2018-01-12 12:01:25 +00:00
..
alpinerelease ext: namespace detector -> featurens 2017-01-22 23:02:50 -05:00
aptsources Fixing always revision 0 for ubuntu 2017-06-07 12:37:24 +01:00
lsbrelease ext/featurens: add empty filesmap tests for all 2017-04-21 15:08:47 -04:00
osrelease ext/featurens: add empty filesmap tests for all 2017-04-21 15:08:47 -04:00
redhatrelease featurens: Ensure RHEL is correctly identified 2018-01-12 12:01:25 +00:00
driver_test.go Clair Logic, Extensions: updated mock tests, extensions, basic logic 2017-08-10 11:24:40 -04:00
driver.go Clair Logic, Extensions: updated mock tests, extensions, basic logic 2017-08-10 11:24:40 -04:00