Files
nextcloud/Containers
copilot-swe-agent[bot] ccc5f3311e fix(Mastercontainer): send notification when container image pulls fail during daily backup
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
2026-07-31 08:46:40 +00:00
..
2026-06-25 14:58:40 +02:00