Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了瞭望塔,我们还有什么其他工具可以在新镜像发布时更新容器?
Watchtower 看起来不错,但不支持除 docker hub 之外的私有注册表,即我想使用 gitlab 注册表。
这在监视问题 3中进行了讨论,参考了PR 13,它允许提取私有图像(尽管在 Docker Hub 上)。
您需要应用PR 26以修复对私有 docker 注册表身份验证的支持。这是支持私有图像的最新努力的地方,因为我找不到其他替代项目。