github amayer1983/docksentry v1.40.0
v1.40.0 — /checkimages + revived selfupdate hint

4 hours ago

Added

  • /checkimages (#2, @famewolf) — dry-run counterpart to /cleanup. Reports how much disk space /cleanup would reclaim right now (unused images + build cache, from docker system df) and calls out the AUTO_CLEANUP status. Useful when you're not on auto-cleanup and want to check on demand instead of waiting for the disk warning to fire.

Fixed

  • /check didn't surface the Docksentry-update hint anymore (#2, @famewolf). Since v1.17.4 the hint was gated on Docksentry appearing in the results — but get_running_containers explicitly filters ourselves out ("Skipped (self)"; a normal-flow update on ourselves can't work — PID 1 can't replace its own container). So the hint has been silently dead since the self-filter existed. /check now asks the checker directly (has_selfupdate_available() — digest-only registry compare, no pull), so a newer Docksentry image on the registry surfaces the "run /selfupdate" hint again.

Full 24-script regression sweep green.

Don't miss a new docksentry release

NewReleases is sending notifications on new releases.