-
Notifications
You must be signed in to change notification settings - Fork 18
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
Allow hostname specific dependency mirrors #322
Conversation
Thanks for this PR. I added some thoughts/questions. Let me know what you think. |
@dmikusa Would you agree with my responses or do you think this needs more attention? |
I think that is already in progress with paketo-buildpacks/packit#563 |
Sorry for the delay. I think this is looking good. Just one last question for you. Thanks again for your work on this! |
Signed-off-by: Daniel Mikusa <[email protected]>
Summary
Enhances the use of dependency mirrors introduced in #315.
Changes have been applied according to the conversation in paketo-buildpacks/rfcs#302 (Readable).
This change allows for setting separate mirror locations for each hostname in the dependencies' original URIs.
A default mirror can still be used for all other dependencies.
Use Cases
This is required in networks where not all dependencies should be pulled from the same mirror location.
Checklist