You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This question was first asked by me here: https://github.com/orgs/paketo-buildpacks/discussions/220
related question, https://github.com/orgs/paketo-buildpacks/discussions/51
But, I think this is a common need, and should be implemented in a general way.
What I encountered:
I can't build go code image, because network access is hard inside a air-gap environment.
What I need:
moment
pkg from mirror instead of from official npm, ( maybe we are inside a company)tornado
(python ilb) from mirrorgithub.com/labstack/echo/v4
from mirrorgo get git.my-company.com/lib/encrypt
from git.my-company.com, and with personal access tokenThere are no common way to define download proxy, private registry ( golang lib registry, node registry, pypi mirror)
Beta Was this translation helpful? Give feedback.
All reactions