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
1
app.py
1
app.py
|
@ -236,6 +236,7 @@ else:
|
|||
database.configure(app.config)
|
||||
model.config.app_config = app.config
|
||||
model.config.store = storage
|
||||
model.config.secscan_api = secscan_api
|
||||
|
||||
@login_manager.user_loader
|
||||
def load_user(user_uuid):
|
||||
|
|
Reference in a new issue