gitextract_k3b5ogrq/ ├── .gitee/ │ └── ISSUE_TEMPLATE/ │ └── allows-image.yml ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── allows-image.yml │ │ └── sync-image.yml │ └── workflows/ │ ├── ci-bot.yml │ ├── cidn-runner.yml │ ├── sync-image.yml │ ├── update-allows-list.yml │ └── verify-pr.yml ├── LICENSE ├── README.md ├── allows.txt ├── docs/ │ └── local-cache/ │ └── README.md └── hack/ ├── badge.sh ├── correct-image.sh ├── diff-image.sh ├── diff.sh ├── fmt-image-match.sh ├── fmt-image.sh ├── fmt.sh ├── helper.sh ├── merge-mirror.sh ├── stats-not-sync.sh ├── verify-allows.sh ├── verify-docker-prefix.sh ├── verify-fmt-image.sh ├── verify-fmt.sh ├── verify-image-match.sh ├── verify-image.sh └── verify-k8s-prefix.sh