Lars Karlitski
Lars Karlitski
*osbuild-worker* has the capability of canceling jobs. I think it makes sense to implement this via ending the *osbuild* process. That's currently not possible, because sending `SIGTERM` to *osbuild* results...
osbuild stages and assemblers are forking to external processes *a lot*. When running without buffered `stdout` and `stderr`, the order of messages can be wrong. We pass `PYTHONUNBUFFERED=1` to CI,...
I've started working on integrating the results of image scanning into cockpit's "Container" page and noticed several problems: It does not provide any information about ongoing scans (or even the...
It uses `dnf install` by default, which doesn't reinstall the package if it's already installed. This is not easily solved by using `--install-command`, because one needs to remove the package...