Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daocloud/crproxy
CRProxy (Container Registry Proxy) is a generic image proxy
https://github.com/daocloud/crproxy
crproxy image proxy
Last synced: 4 days ago
JSON representation
CRProxy (Container Registry Proxy) is a generic image proxy
- Host: GitHub
- URL: https://github.com/daocloud/crproxy
- Owner: DaoCloud
- License: mit
- Created: 2022-10-17T08:10:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T10:54:46.000Z (9 days ago)
- Last Synced: 2025-01-25T06:28:06.560Z (5 days ago)
- Topics: crproxy, image, proxy
- Language: Go
- Homepage:
- Size: 507 KB
- Stars: 414
- Watchers: 5
- Forks: 102
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRProxy (Container Registry Proxy)
CRProxy is a generic image proxy
Add the prefix `m.daocloud.io/` to all places that need to use images
- [English](https://github.com/wzshiming/crproxy/blob/master/README.md)
- [简体中文](https://github.com/wzshiming/crproxy/blob/master/README_cn.md)## m.daocloud.io
you can deploy your own image proxy server if you need to.
[Refer to](https://github.com/wzshiming/crproxy/tree/master/examples/default)
## crproxy + registry(pull through cache mode)
- for organizations and companies which need to serve big clusters
- [container-image-mirror](https://blog.geekcity.tech/articles/kubernetes/argocd/container-image-mirror/)
* deploy into k8s with argocd
* storage with pvc, s3(minio/oss compatible)
* bind ssl with cert-manager and ingress## On Docker
Just add the prefix `m.daocloud.io/`
``` bash
docker pull m.daocloud.io/docker.io/library/busybox
```## On Kubernetes
Just add the prefix `m.daocloud.io/`
``` yaml
image: m.daocloud.io/docker.io/library/busybox
```