about summary refs log tree commit diff
path: root/tools/nixery/server/builder/cache.go
AgeCommit message (Collapse)AuthorFilesLines
2019-08-14 feat(builder): Implement build cache for manifests & layersVincent Ambo1-0/+95
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.