Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubefirst should leverage a pull through cache on images hosted in Docker Hub #716

Open
johndietz opened this issue Nov 11, 2022 · 1 comment
Labels
feature Something new

Comments

@johndietz
Copy link
Member

dockerhub images can be problematic due to their rate limits. ecr has the ability to establish a pull through cache for the dockerhub upstream so we don't depend on docker for anything beyond first-time image pulls. this would also improve our reliability for kubefirst local attempts in a kubecon type environments where folks have to share public ip space.

@mimmus
Copy link

mimmus commented Apr 11, 2023

If not, 'k8s-image-swapper':
https://estahn.github.io/k8s-image-swapper/
is an easy to use, on-the-fly transparent cache.

@fharper fharper changed the title kubefirst should leverage a pull through cache on images hosted in dockerhub kubefirst should leverage a pull through cache on images hosted in Docker Hub Sep 13, 2023
@fharper fharper added the feature Something new label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new
Projects
Status: No status
Development

No branches or pull requests

3 participants