imixs / imixs-cloud

A Lightweight Kubernetes Environment
https://imixs.github.io/imixs-cloud/
GNU General Public License v3.0
200 stars 83 forks source link

Replace Harbor Registry with Docker Registry #64

Closed rsoika closed 3 years ago

rsoika commented 3 years ago

The Harbor Registry seems to be much to complex for a simple cluster environment. I run into serious problems after harbor was not able to start its own postgres POD. As a result half of the deployments were broken.

It looks like the officical docker registry:2 is much more simple and can do the job equally in most cases.