mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
fix(referrers): annotation key is incorrect (#1139)
"If filtering is requested and applied, the response MUST include an annotation (org.opencontainers.referrers.filtersApplied) denoting that an artifactType filter was applied."" Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
0938e4704c
commit
be4b8c6243
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ const (
|
|||
DBExtensionName = ".db"
|
||||
DBCacheLockCheckTimeout = 10 * time.Second
|
||||
BoltdbName = "cache"
|
||||
ReferrerFilterAnnotation = "org.opencontainers.references.filtersApplied"
|
||||
ReferrerFilterAnnotation = "org.opencontainers.referrers.filtersApplied"
|
||||
DynamoDBDriverName = "dynamodb"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue