Merge branch 'main' of github.com:DaoCloud/public-image-mirror into main
This commit is contained in:
commit
426451a07d
|
@ -21,7 +21,7 @@ jobs:
|
|||
env:
|
||||
INCREMENTAL: "true"
|
||||
QUICKLY: "true"
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}'
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
||||
PARALLET: "10"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
env:
|
||||
INCREMENTAL: "true"
|
||||
QUICKLY: "true"
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}'
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
||||
SYNC: "true"
|
||||
PARALLET: "5"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
|
|
|
@ -39,6 +39,7 @@ docker.io/docker
|
|||
docker.io/dtzar/helm-kubectl
|
||||
docker.io/elastic/filebeat
|
||||
docker.io/fellah/gitbook
|
||||
docker.io/flant/shell-operator
|
||||
docker.io/fluent/fluent-bit
|
||||
docker.io/fluent/fluentd
|
||||
docker.io/goharbor/chartmuseum-photon
|
||||
|
@ -56,6 +57,7 @@ docker.io/goharbor/registry-photon
|
|||
docker.io/goharbor/trivy-adapter-photon
|
||||
docker.io/golang
|
||||
docker.io/grafana/grafana
|
||||
docker.io/grafana/tempo
|
||||
docker.io/haproxy
|
||||
docker.io/honkit/honkit
|
||||
docker.io/integratedcloudnative/ovn4nfv-k8s-plugin
|
||||
|
@ -178,6 +180,7 @@ docker.io/rancher/local-path-provisioner
|
|||
docker.io/redis
|
||||
docker.io/registry
|
||||
docker.io/sonobuoy/sonobuoy
|
||||
docker.io/squidfunk/mkdocs-material
|
||||
docker.io/swaggerapi/swagger-codegen-cli
|
||||
docker.io/tgagor/centos-stream
|
||||
docker.io/thanosio/thanos
|
||||
|
|
Loading…
Reference in New Issue