Skip to content

fix: watchtower镜像过旧#73

Open
qssn70 wants to merge 1 commit into
ZeroPointSix:mainfrom
qssn70:main
Open

fix: watchtower镜像过旧#73
qssn70 wants to merge 1 commit into
ZeroPointSix:mainfrom
qssn70:main

Conversation

@qssn70
Copy link
Copy Markdown

@qssn70 qssn70 commented May 31, 2026

Pull request type / PR 类型

Please check the type of change your PR introduces / 请勾选 PR 引入的更改类型:

  • [√] Bugfix / Bug 修复
  • Feature / 新功能
  • Code style update (formatting, renaming) / 代码风格更新(格式化、重命名)
  • Refactoring (no functional changes, no api changes) / 重构(无功能更改、无 API 更改)
  • Build related changes / 构建相关更改
  • Documentation content changes / 文档内容更改
  • Other (please describe) / 其他(请描述):

What is the current behavior? / 当前行为是什么?

Issue #65 由于原版watchtower已archived,其硬编码的 API v1.25 在 Docker v29 已不被兼容,导致watchtower镜像在启动时会报错:

level=error msg="Error response from daemon: client version 1.25 is too old. Minimum supported API version is 1.40, please upgrade your client to a newer version"

从而无法正常启动

What is the new behavior? / 新行为是什么?

切换到nicholas-fedor维护的fork

Release notes / 发布日志

fix: watchtower镜像过旧

Issue [ZeroPointSix#65](ZeroPointSix#65)
由于原版watchtower已archived,其硬编码的 API v1.25 在 Docker v29 已不被兼容,导致watchtower镜像在启动时会报错:
```
level=error msg="Error response from daemon: client version 1.25 is too old. Minimum supported API version is 1.40, please upgrade your client to a newer version"
```
从而无法正常启动

解决方案:切换到nicholas-fedor维护的fork
@ZeroPointSix
Copy link
Copy Markdown
Owner

这个简单选择latest版本,我记得会出现兼容性问题,后续我排查一下如何迁移升级

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants