File size: 163 Bytes
2a69b08 |
1 2 3 4 5 6 7 |
podman build --squash-all --tag bookworm:slim slimz
podman image prune -f
podman save localhost/bookworm:slim >slimz.tar
rm slimz.tar.xz
time xz -6 -T0 slimz.tar
|
2a69b08 |
1 2 3 4 5 6 7 |
podman build --squash-all --tag bookworm:slim slimz
podman image prune -f
podman save localhost/bookworm:slim >slimz.tar
rm slimz.tar.xz
time xz -6 -T0 slimz.tar
|