How to mirror node repository without the dist/ part of the URL #365
Closed
cyrillesondag
started this conversation in
Node.js Team
Replies: 2 comments 2 replies
-
Oh i see the is a pending PR to add this feature to |
Beta Was this translation helpful? Give feedback.
2 replies
-
the behaviour has been implemented both in Packit and Libpack |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the guidance on setting up a mirror for Paketo from here, the current mapping only allows replacing the HOST_URL portion of the path.
My company's internal mirror maps
https://nodejs.org/dist
tohttps://my-internal.mirror/
, so the mirror substitution is not working correctly in this case.Would it be possible to implement a feature that allows removing the /dist part from the URL, similar to what has already been done for the Java buildpack (see discussion here)?
Beta Was this translation helpful? Give feedback.
All reactions