podman build --squash-all --tag bookworm:diffusion diffusion | |
podman image prune -f | |
podman save localhost/bookworm:diffusion >test.tar | |
#time xz -9e -T0 test.tar | |
podman build --squash-all --tag bookworm:diffusion diffusion | |
podman image prune -f | |
podman save localhost/bookworm:diffusion >test.tar | |
#time xz -9e -T0 test.tar | |