File size: 161 Bytes
19822a8 |
1 2 3 4 5 6 |
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
|
19822a8 |
1 2 3 4 5 6 |
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
|