TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pull Through Cache Repositories for Amazon Elastic Container Registry

53 pointsby dantiberianover 3 years ago

2 comments

adamgordonbellover 3 years ago
We were getting requests to pay docker a lot of money because of the volume of docker pulls we were doing. We used a pull-through cache on DO as a work around and its a been a big success.<p>My colleague wrote up a guide to pull-through caching dockerhub.[1] Docker&#x27;s pricing is a little bit funky, because a full image pull with all the layers costs the same as a request where you retrieve no layers at all.<p>If this AWS feature were out a couple months ago and had support for dockerhub, I&#x27;m not sure we would have set this up.<p>[1] <a href="https:&#x2F;&#x2F;earthly.dev&#x2F;blog&#x2F;pull-through-cache&#x2F;" rel="nofollow">https:&#x2F;&#x2F;earthly.dev&#x2F;blog&#x2F;pull-through-cache&#x2F;</a>
评论 #29386424 未加载
NathanKPover 3 years ago
Hey all! I work on the container services team at AWS. If you have any questions about this new feature, feel free to ask!
评论 #29385710 未加载
评论 #29388174 未加载
评论 #29386047 未加载