Builds fail when builder image is removed #152
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Depends on
Reference: vieter-v/vieter#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If anything removes the builder image (eg. the auto-cleaning cronjob on my servers) & a build is scheduled before the builder image is rebuilt, the builds fail because the image doesn't exist.
It looks like we'll have to check when we schedule a build whether the builder image is still present & rebuild it if not.
While this issue can't easily be solved, it'll be much more manageable thanks to #211. Therefore, we're gonna move it to the next milestone.
With the new agent-server architecture, this happens more often because I can now schedule builds at arbitrary times. The solution might be to check in the
refresh_imagewhether the latest image still exists.