Add GC of layers in Clair
Fixes https://www.pivotaltracker.com/story/show/135583207
This commit is contained in:
parent
0aa6e6cd58
commit
49872838ab
5 changed files with 57 additions and 23 deletions
|
@ -107,6 +107,7 @@ class Config(object):
|
|||
def __init__(self):
|
||||
self.app_config = None
|
||||
self.store = None
|
||||
self.secscan_api = None
|
||||
|
||||
|
||||
config = Config()
|
||||
|
|
Reference in a new issue