David Arnold

Results 1203 comments of David Arnold

> Docker images with Nix from a container has an important drawback: you can't (easily) use the Nix store (/nix/store) where everything is cached. A show stopper. @tazjin has build...

Or maybe it's enough/better to implement `nixc`, a runner that scaffolds containers upon reception of a manifest from something like `ipfs`, see https://notes.burke.libbey.me/nix-squashfs/ - with some `crfs` features. - just...

off topic, @tonistiigi iirc, you once implemented CA for docker. Looks like full CA is just about to land in nix as well (as opposed to "input addressability")

There are also growing thoughts in my corner of the thought palast to modify the OCI standard to add a new image type / layer type that more directly provide...

Maybe to clarify the role of the sqlite in nix, it has two roles: - function eval cache (when using flakes and currently only for the entire flake) - keep...

I hinted at this idea earlier in this thread. Any help and "political" support is welcome to help that proposal gain momentum and succeed: https://github.com/opencontainers/image-spec/issues/922

I'd suggest `kustomize cfg fmt` for k8s resource manifests. The big advantage is that it also canonicalizes the _order_ of k8s yaml fields. Currently there are several copies of similar...

> Publish and document Using git push hooks this part can be mostly spared sneaking in at established standard git workflows.

#### Complete pre-commit yaml file with `prettier`, `shellcheck` & `shfmt` ```yaml --- default_stages: - manual # can be run manually with `pre-commit run --hook-stage manual --all-files ` - push #...

#1073 proposes to review (and probably code comment) resource requirements directly within the reference implementation.