When osbuild-composer crashed, it left temporary directories in `/var/cache`. Use `/var/tmp` for these output directories, because systemd will clean these up (we set PrivateTmp=true). Also, put the store into `/var/cache/osbuild-store`. The worker does not checkpoint anything. The store is only used as a cache for rpms. That can be shared between multiple workers and successive runs of a single worker. |
||
|---|---|---|
| .. | ||
| main.go | ||
| osbuild.go | ||