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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:31:21.000Z (18 days ago)
- Last Synced: 2024-10-25T20:32:29.228Z (17 days ago)
- Topics: crproxy, image, proxy
- Language: Go
- Homepage:
- Size: 265 KB
- Stars: 364
- Watchers: 4
- Forks: 96
- 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
```