By default podman creates an anonymous volume for each image run. This causes problems because there are leftovers after the build finishes, and it can accumulate garbage that is no longer accessible.
Type: fix
Differential D256
Make sure no volumes are left behind the build Authored by tusooa on Mon, Dec 15, 9:19 AM. Tags None Referenced Files
Subscribers None
Details
By default podman creates an anonymous volume for each image run. This causes problems because there are leftovers after the build finishes, and it can accumulate garbage that is no longer accessible. Type: fix Run a build with an image that declares volumes. Verify there are no leftover volumes after it finishes.
Diff Detail
|