Rollback Bugfixes
Fixed
- Backup lookup broken after container update — Backups were keyed by Docker container ID, which changes on every recreate. Switched to stable container name lookups. (#79)
- Image prune deletes backup image —
cleanupOldImagesnow checks retained backup tags before pruning, skipping images needed for rollback - Auto-rollback monitor uses stale container ID — Now looks up the new container by name after update and passes the correct ID to the health monitor
- Backup stores internal registry name — Stored
hub.public/library/nginxinstead of Docker-pullablenginx, causing DNS failures on rollback. Now usesgetImageFullNamewith sentinel tag pattern
Full Changelog: v1.3.3...v1.3.4