We need some form of container registry to provide two functions:
- Host docker images
- Provide a Docker Hub Proxy to reduce the occurrence of Docker Hub limits.
Three options were put forth:
- Harbor is a self hosted container registry with proxy/cache features for Docker Hub: https://goharbor.io
- Docker has a special exemption for opensource projects: https://www.docker.com/blog/expanded-support-for-open-source-software-projects/
- Azure has it's own container registry: https://azure.microsoft.com/en-us/products/container-registry/
We need some form of container registry to provide two functions:
Three options were put forth: