Basic labels support

Adds basic labels support to the registry code (V2), and the API. Note that this does not yet add any UI related support.
This commit is contained in:
Joseph Schorr 2016-07-18 18:20:00 -04:00
parent 427070b453
commit 608ffd9663
24 changed files with 907 additions and 36 deletions

View file

@ -22,7 +22,8 @@ angular.module('quay').factory('StringBuilderService', ['$sce', 'UtilService', f
'application_name': 'cloud',
'image': 'archive',
'original_image': 'archive',
'client_id': 'chain'
'client_id': 'chain',
'manifest_digest': 'link'
};
var filters = {