Replies: 3 comments 4 replies
-
In general the platform ( However, I don't think those variables are applicable to the downloading of the go toolchain itself. How would you download that file outside of the buildpacks ecosystem? E.g. with |
Beta Was this translation helpful? Give feedback.
-
In my opion, it should be a common need to install packages/libs from a mirror and install from a
and, one cannot download a tree of dependencies with curl and it shouldnot be like this. What I need:
|
Beta Was this translation helpful? Give feedback.
-
I posted a new issue here too. |
Beta Was this translation helpful? Give feedback.
-
Guys, I am trying packs, trying to understand builder, and buildpack.
but I run into a minor problem, which blocks me from build go source code.
I use packs inside a place where accessing
https://go.dev/dl/go1.20.9.linux-amd64.tar.gz
and other go lib dependencies quite hard.But one cant use env variables with
GOPRIVATE
andGOPROXY
to hack a little bit.And, how could I enable this inside a packs tool?
with
GOPRIVATE
thanks a lot
edited:
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 tokenBeta Was this translation helpful? Give feedback.
All reactions