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

Added a proxy service #5820

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

yoyounik
Copy link
Contributor

@yoyounik yoyounik commented Nov 6, 2024

Closes #3315.

@yoyounik
Copy link
Contributor Author

yoyounik commented Nov 6, 2024

Explanation of Changes

  1. docker-registry Service: This acts as the Docker Hub proxy cache. It’s based on the official Docker Registry image and uses the REGISTRY_PROXY_REMOTEURL environment variable to forward requests to Docker Hub.

  2. Update to dind Service: Now, dind is configured to pull images through the docker-registry on port 5000. This setup allows dind to first check the local cache before pulling directly from Docker Hub, reducing rate limits and improving efficiency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To review
Development

Successfully merging this pull request may close these issues.

Implement Docker Hub Proxy for Docker Image Caching
2 participants