Block a user
Trigger rebuilds for outdated images for all other repos in which they are in use
Trigger rebuilds for outdated images for all other repos in which they are in use
I merged the fix/rebuild-logic branch into master. The user of the script is now queried for every individual repo before it is rebuilt. This also helps spreading out the requests to drone a bit, I…
linus
deleted branch fix/rebuild-logic from fsfe-system-hackers/container-utils
2021-02-03 17:10:24 +00:00
linus
deleted branch remove-unused-stuff from fsfe-system-hackers/container-utils
2021-02-03 13:22:47 +00:00
Remove get_build_status() since we're no longer monitoring builds' status and waiting for them to finish
linus
pushed to remove-unused-stuff at fsfe-system-hackers/container-utils
2021-02-03 13:22:00 +00:00
Improve the data structure used to store images and their dependencies
So, Max and I just had a chat on this. It seems that the maintainers of httpd:2.4-alpine
are responsible for rebuilding their image (which we then pull should our running version be older than…
Improve the data structure used to store images and their dependencies
- Automatically or manually annotate our images to know what are their complete dependency chain
- Store the dependency chain of the images in a directed graph structure to easily track all…
Trigger rebuilds for outdated images for all other repos in which they are in use
Just FYI, I have implemented this in the branch fix/rebuild-logic. Haven't thouroughly tested it yet, though. Will merge once tested.