-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Our job-runner has issues cleaning up containers mostly stemming from not running with podman run --rm but creating a cidfile, and then cleaning it up later.
The reason we use a cidfile is that our jobs work as following
- create a container and dump a cidfile
- once tests are done, copy the logs out of the container using the cid
- podman rm with the cid
The podman rm can fail sometimes so as an alternative we could bind a temporary directory and dump the logs there. The temporary directory would be created and maintained by job-runner (and removed on exit)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
improvement