├── Dockerfile ├── Dockerfile-ui ├── README.md ├── cert ├── server.crt └── server.key ├── docker-compose.yaml ├── entrypoint.sh ├── imgs ├── qq.jpg └── wechat.jpg └── nginx.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/Dockerfile -------------------------------------------------------------------------------- /Dockerfile-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/Dockerfile-ui -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/README.md -------------------------------------------------------------------------------- /cert/server.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/cert/server.crt -------------------------------------------------------------------------------- /cert/server.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/cert/server.key -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /imgs/qq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/imgs/qq.jpg -------------------------------------------------------------------------------- /imgs/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/imgs/wechat.jpg -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/findsec-cn/registry-proxy/HEAD/nginx.conf --------------------------------------------------------------------------------