增加docker.io
This commit is contained in:
parent
edbcf566d0
commit
014742fde5
1
main.go
1
main.go
|
@ -48,6 +48,7 @@ func main() {
|
|||
RunId: *runId,
|
||||
Rules: map[string]string{
|
||||
"^gcr.io": "",
|
||||
"^docker.io": "",
|
||||
"^k8s.gcr.io": "google-containers",
|
||||
"^registry.k8s.io": "google-containers",
|
||||
"^quay.io": "quay",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
"^gcr.io/": ""
|
||||
"^gcr.io/": ""
|
||||
"^k8s.gcr.io": "google-containers"
|
||||
"^registry.k8s.io": "google-containers"
|
||||
"^quay.io": "quay"
|
||||
"^ghcr.io": "ghcr"
|
||||
"^ghcr.io": "ghcr"
|
||||
"^docker.io": ""
|
Loading…
Reference in New Issue