ocurrent / obuilder

Experimental "docker build" alternative using btrfs/zfs snapshots
Apache License 2.0
60 stars 17 forks source link

Add an `obuilder clean` command to clean all build results #140

Closed MisterDA closed 1 year ago

MisterDA commented 1 year ago

It can be extended later to also clean other metadata. This is useful for the Docker backend when I sometimes want to start over from a clean state, but I can't just delete the state directory since the images etc are stored in Docker. A possible extension would be to add functions to the store and sandbox to also clean their states (that will be needed for the Docker backend).