github CodesWhat/drydock v1.3.4

latest releases: v1.5.0-rc.7, v1.5.0-rc.6, v1.5.0-rc.5...
one month ago

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 imagecleanupOldImages now 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/nginx instead of Docker-pullable nginx, causing DNS failures on rollback. Now uses getImageFullName with sentinel tag pattern

Full Changelog: v1.3.3...v1.3.4

Don't miss a new drydock release

NewReleases is sending notifications on new releases.