docs(README): Update links to layering strategy

This commit is contained in:
Vincent Ambo 2019-08-17 10:07:46 +01:00 committed by Vincent Ambo
parent 3b65fc8c72
commit 0ee239874b

View file

@ -14,14 +14,16 @@ user intends to include in the image is specified as a path component of the
image name. image name.
The path components refer to top-level keys in `nixpkgs` and are used to build a The path components refer to top-level keys in `nixpkgs` and are used to build a
container image using Nix's [buildLayeredImage][] functionality. container image using a [layering strategy][] that optimises for caching popular
and/or large dependencies.
A public instance as well as additional documentation is available at A public instance as well as additional documentation is available at
[nixery.dev][public]. [nixery.dev][public].
The project started out with the intention of becoming a Kubernetes controller The project started out inspired by the [buildLayeredImage][] blog post with the
that can serve declarative image specifications specified in CRDs as container intention of becoming a Kubernetes controller that can serve declarative image
images. The design for this is outlined in [a public gist][gist]. specifications specified in CRDs as container images. The design for this was
outlined in [a public gist][gist].
This is not an officially supported Google project. This is not an officially supported Google project.
@ -94,6 +96,7 @@ correct caching behaviour, addressing and so on.
See [issue #4](https://github.com/google/nixery/issues/4). See [issue #4](https://github.com/google/nixery/issues/4).
[Nix]: https://nixos.org/ [Nix]: https://nixos.org/
[layering strategy]: https://storage.googleapis.com/nixdoc/nixery-layers.html
[gist]: https://gist.github.com/tazjin/08f3d37073b3590aacac424303e6f745 [gist]: https://gist.github.com/tazjin/08f3d37073b3590aacac424303e6f745
[buildLayeredImage]: https://grahamc.com/blog/nix-and-layered-docker-images [buildLayeredImage]: https://grahamc.com/blog/nix-and-layered-docker-images
[public]: https://nixery.dev [public]: https://nixery.dev