【发布时间】:2021-01-11 19:12:54
【问题描述】:
我想知道 Sonatype Nexus Repository OSS 3 是否支持对特定存储库的查询,即我需要过滤来自docker_hosted_repo 的结果,但另一方面,应该返回docker_group_repo 中的所有内容。根据official documentation,唯一可用的属性是format 和path。
类似(伪表达式):
format == "docker" and (path =~ "^my_compay/.*" and repo == "docker_hosted_repo") or (path =~ ".*" and repo == "docker_group_repo")
【问题讨论】:
标签: docker nexus sonatype nexus3