| 10 Feb 2022 |
asymmetric | you could do $(nix build .#foo) | ... | 16:47:30 |
asymmetric | unless you're using fish 😠| 16:47:44 |
asymmetric | In reply to @asymmetric:matrix.dapp.org.uk you could do $(nix build .#foo) | ... no this does not work | 16:48:38 |
asymmetric | nix build --no-link --json .#container | $(jq -r .[0].outputs.out) | gzip --fast | skopeo inspect docker-archive:/dev/stdin | 16:49:16 |
asymmetric | ^ this does | 16:49:20 |
| 12 Feb 2022 |
colemickens | (random drive by account but I did use virtiofsd to share a dir into qemu and it worked, not sure if virtiofsd+kata is a harder scenario for some reason) | 23:18:22 |
| 14 Feb 2022 |
Mic92 (Old) | Does docker also support zstd compression instead of gzip? That should make nix2container even faster | 06:06:37 |
lewo | Mic92: yep, it does! | 08:00:35 |
lewo | https://github.com/opencontainers/image-spec/blob/main/layer.md#image-layer-filesystem-changeset | 08:01:03 |