mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 16:05:42 +08:00
20 lines
355 B
JSON
20 lines
355 B
JSON
|
{
|
||
|
"version": 1,
|
||
|
"rules": [
|
||
|
{
|
||
|
"domain_suffix": [
|
||
|
"azurecr.io",
|
||
|
"docker.io",
|
||
|
"ecr.aws",
|
||
|
"gcr.io",
|
||
|
"ghcr.io",
|
||
|
"quay.io",
|
||
|
"mcr.microsoft.com",
|
||
|
"registry.gitlab.com",
|
||
|
"registry.k8s.io"
|
||
|
],
|
||
|
"domain_regex": ".+\\.dkr\\.ecr\\.[^\\.]+\\.amazonaws\\.com$"
|
||
|
}
|
||
|
]
|
||
|
}
|