You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the user needs to GC unused/outdated VMs manually.
Let's create an automatic GC, I think we can spawn a goroutine on run command, that removes any disk image
with an outdated digest or if the image doesn't exist anymore.
The text was updated successfully, but these errors were encountered:
https://gitlab.com/bootc-org/podman-bootc-cli/-/issues/10
Currently, the user needs to GC unused/outdated VMs manually.
Let's create an automatic GC, I think we can spawn a goroutine on
run
command, that removes any disk imagewith an outdated digest or if the image doesn't exist anymore.
The text was updated successfully, but these errors were encountered: