fix: replace unmaintained watchtower with nicholas-fedor fork - #851
Merged
kacper-wolkiewicz-reef merged 1 commit intoAug 5, 2026
Merged
Conversation
The original containrrr/watchtower was archived in December 2025 and its Docker API client (v1.25) is rejected by modern Docker engines, breaking automatic updates. The nicholas-fedor/watchtower fork is actively maintained, supports current Docker API versions and is a drop-in replacement - it keeps the com.centurylinklabs.watchtower.* labels and all the flags we use. Impacts: miner, miner-runner, validator, validator-runner
kacper-wolkiewicz-reef
force-pushed
the
replace-watchtower-with-nickfedor-fork
branch
from
August 5, 2026 11:18
b438300 to
396f26d
Compare
Commit message lint report
Status: ✅ No issues found. |
kacper-wolkiewicz-reef
deleted the
replace-watchtower-with-nickfedor-fork
branch
August 5, 2026 11:41
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.
Why
The original
containrrr/watchtowerwas archived on December 17, 2025. Its embedded Docker API client (v1.25) is rejected by modern Docker engines (Docker 26 dropped old API versions, Docker 29 requires v1.44+), which breaks automatic container updates on hosts running a current Docker.What
Replace
containrrr/watchtower:latestwith the actively maintained forknicholas-fedor/watchtower(imagenickfedor/watchtower), pinned to1.20.3:install_miner.sh/install_validator.sh— compose template written to operators' hostsminer/envs/runner/README.md/validator/envs/runner/README.md— compose snippets in docsminer/envs/runner/data/docker-compose.yml— docuum--keeppattern for the watchtower imageThe fork is a drop-in replacement: it keeps the
com.centurylinklabs.watchtower.*labels and the--interval,--cleanup,--label-enableflags, and supports Docker API v1.43+ with auto-negotiation. Releases are frequent (latest v1.20.3, 2026-08-05).Note for existing deployments
The watchtower service lives in the host-side compose file created at install time, so existing miners/validators won't pick this up by pushing new images — operators whose auto-update channel is already broken by a new Docker version need a one-time manual migration (update the image in their
docker-compose.ymlanddocker compose up -d watchtower).🤖 Generated with Claude Code