fix: watchtower镜像过旧#73
Open
qssn70 wants to merge 1 commit into
Open
Conversation
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
Owner
|
这个简单选择latest版本,我记得会出现兼容性问题,后续我排查一下如何迁移升级 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request type / PR 类型
Please check the type of change your PR introduces / 请勾选 PR 引入的更改类型:
What is the current behavior? / 当前行为是什么?
Issue #65 由于原版watchtower已archived,其硬编码的 API v1.25 在 Docker v29 已不被兼容,导致watchtower镜像在启动时会报错:
从而无法正常启动
What is the new behavior? / 新行为是什么?
切换到nicholas-fedor维护的fork
Release notes / 发布日志
fix: watchtower镜像过旧