mirror of
https://github.com/anjia0532/gcr.io_mirror.git
synced 2025-09-22 19:52:51 +08:00
增加docker.io
This commit is contained in:
2
main.go
2
main.go
@@ -48,7 +48,7 @@ func main() {
|
|||||||
RunId: *runId,
|
RunId: *runId,
|
||||||
Rules: map[string]string{
|
Rules: map[string]string{
|
||||||
"^gcr.io": "",
|
"^gcr.io": "",
|
||||||
"^docker.io": "",
|
"^docker.io": "docker",
|
||||||
"^k8s.gcr.io": "google-containers",
|
"^k8s.gcr.io": "google-containers",
|
||||||
"^registry.k8s.io": "google-containers",
|
"^registry.k8s.io": "google-containers",
|
||||||
"^quay.io": "quay",
|
"^quay.io": "quay",
|
||||||
|
@@ -3,4 +3,4 @@
|
|||||||
"^registry.k8s.io": "google-containers"
|
"^registry.k8s.io": "google-containers"
|
||||||
"^quay.io": "quay"
|
"^quay.io": "quay"
|
||||||
"^ghcr.io": "ghcr"
|
"^ghcr.io": "ghcr"
|
||||||
"^docker.io/": ""
|
"^docker.io/": "docker"
|
Reference in New Issue
Block a user