V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
seekseat
V2EX  ›  Docker

私有镜像仓库用 Dcoker Registry 还是 Harbor?

  •  
  •   seekseat · 64 天前 · 746 次点击
    这是一个创建于 64 天前的主题,其中的信息可能已经有所发展或是发生改变。

    前者是官方提供的,但不支持可视化(需要借助第三方项目实现可视化),并发拉取容易失败;

    后者是社区最热的,有 Dashboard ,性能据说也不错。

    想了解一下,大家公司用的是什么?还是用 hub.docker.com 或者阿里云这些公有仓库的 private 功能?

    14 条回复    2024-02-27 09:07:09 +08:00
    cnoder
        1
    cnoder  
       64 天前
    Harbor
    wu00
        2
    wu00  
       64 天前
    国内云厂商提供的免费仓库,都有 private / public 功能
    Reficul
        3
    Reficul  
       64 天前
    如果没有大的改变的话,Harbor 底层也是 docker 提供的 distribution 这个 registry
    seekseat
        4
    seekseat  
    OP
       64 天前
    @Reficul 性能会比 Dcoker Registry 好一点吗...现在用 Dcoker Registry ,多个节点拉取镜像的话,会报错
    seekseat
        5
    seekseat  
    OP
       64 天前
    @wu00 可能还是担心安全啥的,希望绝对私有化
    IvanLi127
        6
    IvanLi127  
       63 天前
    话说你们公司用啥托管代码的? gitlab 和 gitea 有自带这个功能,我直接转向自带的了,少跑个服务省心多了
    seekseat
        7
    seekseat  
    OP
       63 天前
    @IvanLi127 gitlab

    gitlab 还能作为镜像仓库吗~
    IvanLi127
        8
    IvanLi127  
       63 天前
    应该有吧,我虽然没部署过 gitlab ,不过用 gitlab.com 时是有,当时看文档好像是说私有化部署版本也有,我自己部署的 gitea 。
    seekseat
        9
    seekseat  
    OP
       62 天前
    @IvanLi127 gitlab 可以私有化部署,但 gitlab 是代码托管,不是镜像托管...两码事
    IvanLi127
        10
    IvanLi127  
       62 天前
    seekseat
        11
    seekseat  
    OP
       61 天前
    @IvanLi127 我们好像在跨服聊天 (捂脸)..... 一般没有人用 gitlab 作为容器镜像的存储仓库啊.....
    IvanLi127
        12
    IvanLi127  
       61 天前
    @seekseat 我用着....
    julyclyde
        13
    julyclyde  
       61 天前
    先把这六个字拼对!!
    hirenloongdddd
        14
    hirenloongdddd  
       60 天前
    Sonatype Nexus Repository.

    docker run -d -p 8081:8081 --name nexus sonatype/nexus3

    https://hub.docker.com/r/sonatype/nexus3
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2533 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 15:42 · PVG 23:42 · LAX 08:42 · JFK 11:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.