mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-21 10:40:21 +00:00
When automatic updates are enabled and image pulls fail (e.g. due to registry issues, disk space, or host-level problems), AIO now: - Detects pull failures via PullImage() returning false - Collects all failed container image names - Writes failure details to a data file - Exits PullContainerImages.php with code 1 - Logs a warning in the daily-backup.sh output - Sends a notification to Nextcloud admins via BackupNotification.php Previously, pull failures were silently swallowed when images already existed locally, causing instances to run outdated images without any user-visible indication. Closes: nextcloud/all-in-one#8452 Assisted-by: GitHub Copilot:claude-sonnet-4