Hacker News new | ask | show | jobs
by wofo 711 days ago
I wonder whether the folks at Cloudflare could take the ideas from the blog post and create a high-performance serverless container registry based on R2. They could call it scrubs, for "serverless container registry using blob storage" :P
3 comments

I just point out that AWS ECR is exactly that, thin wrapper around S3. See for example https://docs.aws.amazon.com/AmazonECR/latest/APIReference/AP...
Hopefully someone gets inspired by this and implements a thin wrapper using CF workers.
Hopefully someone gets inspired by this and implements a thin wrapper using CF workers.

Edit: CF already did it https://github.com/cloudflare/serverless-registry

I didn't expect that! It's a pity they don't expose an API for parallel uploads, for those of us who need to maximize throughput and don't mind using something non-standard.
https://www.youtube.com/watch?v=3QbOssRq0Gs

  [Chorus: Chilli & T-Boz]
  No, I don't want no scrub
  A scrub is a guy that can't get no love from me
  Hangin' out the passenger side of his best friend's ride
  Trying to holla at me
  I don't want no scrub
  A scrub is a guy that can't get no love from me
  Hangin' out the passenger side of his best friend's ride
  Trying to holla at me
You mean this?

A Docker registry backed by Workers and R2.

https://github.com/cloudflare/serverless-registry

Ah, that's great! I'll have to look into it :)