~haowenl

Trackers

~haowenl/test

Last active 2 years ago

#58 Implement build caches 1 year, 4 months ago

Comment by ~haowenl on ~sircmpwn/builds.sr.ht

I think a generic cache capability, like "cache node_modules", could cache docker layers (somewhere under /var/lib/docker) just as well. It's nothing like https://circleci.com/docs/docker-layer-caching, where the cached layers are directly network-mounted onto your node, but I also don't think the service should specialize for docker.

But just saying, I would be really interested in caching capabilities. Many of my pipelines pull assets from S3 because for obvious reasons I don't want 1-2 gigabytes of images in my repo. We can save a lot of bandwidth and time with caching. That said, I would be interested to help implement this should there be a need.

#322 ubuntu/20.04: 1 year, 7 months ago

Comment by ~haowenl on ~sircmpwn/builds.sr.ht

#322 ubuntu/20.04: 1 year, 7 months ago

Comment by ~haowenl on ~sircmpwn/builds.sr.ht

Thanks! I will.

#322 ubuntu/20.04: 1 year, 7 months ago

on ~sircmpwn/builds.sr.ht

~haowenl please take a look