github amayer1983/docksentry v1.38.2
v1.38.2 — Self-update recovery net

4 hours ago

Fixed

  • A failed self-update recreate could leave Docksentry dead (#43, @LeeNX). The helper ran stop && rename→_old && run && rm _old; if the docker run recreate failed (a flag the runtime rejects — seen on rootless Podman), the chain stopped with the container renamed to _old and stopped, and no new container — Docksentry was down with no recovery. The recreate is now guarded: on failure it removes any partial new container, renames _old back and starts it, so the bot survives on the previous version. rm _old runs only after a successful run. (Why the Podman recreate fails is still being gathered — the recovery net makes it non-fatal either way.)

Full 21-script regression sweep green.

Don't miss a new docksentry release

NewReleases is sending notifications on new releases.