TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Which selfhosted container registry are you using?

10 点作者 seymon超过 2 年前
I am using the harbor container registry for several years now for hosting docker container images but also K8s Helm charts. But every time I need to update Harbor to a new version I whish to knew a good alternative which is easier to maintain and is secure by default.<p>What bothers me the most is the following:<p>1. the poorly implemented recommendation of the docker compose installs in contrast to the k8s variant. I need to run it with docker compose for now.<p>2. to manually search for new version numbers and then need to download GitHub release tarballs<p>3. to manually run database migrations scripts before starting new major harbor versions<p>4. to have it by default control the whole host you run it on: Host port 80 and 443 usage. Mounting root &quot;&#x2F;&quot; by default in the harbor container during the migration process<p>Do you know a good alternative which is FOSS and can be selfhosted?

4 条评论

ponyous超过 2 年前
I&#x27;m using the one that is part of gitlab self hosted instance. Pretty minimalistic, but it does the job.<p>Never had an issue upgrading Gitlab and I&#x27;ve used it for 5+ years over many major versions.
everlastx1超过 2 年前
Can recommend Harbor over Artifactory and Nexus if you aren&#x27;t forced to use it.<p>There is also a managed service offering of Harbor --&gt; <a href="https:&#x2F;&#x2F;container-registry.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;container-registry.com&#x2F;</a>
athorax超过 2 年前
Artifactory, unfortunately.
sgt超过 2 年前
Nexus