▲ | lijok 5 days ago | ||||||||||||||||
We self-host Harbor as well, it’s fairly painless. Has SSO out of the box, a Terraform provider that covers everything, and for the most part just works. The issues we’ve had so far: - No programmatic way to retrieve your token that’s required for ‘docker login’. So we had to create a robot account per user and pop their creds into our secrets store. - Migrating between sites by cloning the underlying S3 bucket and spinning up the new Harbor instance on top of it, does not work. Weird issues with dropping pulls. - RBAC goes down to project, not repository level, complicating some of our SDLC controls. - CSRF errors every time you try to do anything in the UI - Lenient API and lack of docs means things like setting up tag immutability rules via Terraform was a bit of a PITA to figure out the right syntax So some small issues, but definitely a great piece of software. | |||||||||||||||||
▲ | delusional 5 days ago | parent | next [-] | ||||||||||||||||
What the upgrade story like? Their official website makes it sound like a pain (stopping the software, backing up the database, changing the settings syntax, running some installer). I would expect something built for kubernetes to just do the right thing on startup (such that upgrading is simply switching out the image). | |||||||||||||||||
| |||||||||||||||||
▲ | vergessenmir 4 days ago | parent | prev | next [-] | ||||||||||||||||
Harbor has its pain points but it is infinitely easier to get up and running compared to crufty Artifactory. One glaring omission is lack of support for proxy docker.io without the project name i.e pulling nginx:latest instead of /myproject/nginx/nginx:latest The workaround involves URL rewrite magic in your proxy of choice | |||||||||||||||||
▲ | tedivm 5 days ago | parent | prev [-] | ||||||||||||||||
The lack of OIDC support for Harbor has been the biggest annoyance for me. I'd love to be able to push from Github Actions to Harbor without needing robot users. | |||||||||||||||||
|