nixery/server
Vincent Ambo 55a465b071 feat(builder): Implement build cache for manifests & layers
Implements a cache that keeps track of:

a) Manifests that have already been built (for up to 6 hours)
b) Layers that have already been seen (and uploaded to GCS)

This significantly speeds up response times for images that are full
or partial matches with previous images served by an instance.
2019-08-14 20:18:41 +01:00
..
builder feat(builder): Implement build cache for manifests & layers 2019-08-14 20:18:41 +01:00
config refactor(server): Extract build logic into separate module 2019-08-14 20:18:41 +01:00
default.nix style: Apply nixfmt to trivial Nix files 2019-08-14 00:02:04 +01:00
go-deps.nix refactor: Move registry server to a subfolder 2019-08-14 00:02:04 +01:00
main.go feat(builder): Implement build cache for manifests & layers 2019-08-14 20:18:41 +01:00