Igalia / webkit-container-sdk

The all-in-one SDK for WebKit GTK/WPE port development.
MIT License
12 stars 7 forks source link

wkdev-update: Delete container before recreating #75

Open ptomato opened 2 weeks ago

ptomato commented 2 weeks ago

I recently ran out of disk space while running wkdev-update and had to manually delete the existing container image with podman rmi before creating a new one. The containers are tens of gigabytes, so it'd be good for wkdev-update to first delete the old container.

(Alternatively, if we don't want to delete first by default, we could instead wait until the process fails due to disk space, then delete the old container and retry)