Add GC of layers in Clair

Fixes https://www.pivotaltracker.com/story/show/135583207
This commit is contained in:
Joseph Schorr 2016-12-06 19:52:56 -05:00
parent 0aa6e6cd58
commit 49872838ab
5 changed files with 57 additions and 23 deletions

View file

@ -107,6 +107,7 @@ class Config(object):
def __init__(self):
self.app_config = None
self.store = None
self.secscan_api = None
config = Config()