The `buildah commit` command doesn't remove the working container. These accumulate in ~/.local/container/storage until something bad happens. Fix by adding the `--rm` flag to remove the container and volume. Closes scylladb/scylladb#17546
The `buildah commit` command doesn't remove the working container. These accumulate in ~/.local/container/storage until something bad happens. Fix by adding the `--rm` flag to remove the container and volume. Closes scylladb/scylladb#17546