github Quenary/tugtainer v1.17.0

latest release: v1.17.1
6 hours ago

v1.17.0 (2026-01-22)

Features

  • Check by manifests, don't pull images before updating (#98, ffc053f)

Important

This release changes how update detection works.
Instead of pulling image - which could cause an unexpected update (for example, via manual docker compose call), the application now checks image manifests.
The downside is that at least two Docker API requests are required (for local and remote images), especially on the first run before local image manifests are stored. This may increase the risk of hitting Docker pull rate limits
Recommendations:

  • Configure Docker registry authentication to increase limits
  • Use different registries where possible, for example github, e.g. ghcr.io/quenary/tugtainer:1

Detailed Changes: v1.16.1...v1.17.0

Don't miss a new tugtainer release

NewReleases is sending notifications on new releases.