stocky-yacht-20557
02/03/2022, 3:40 AMPATH
? Or can I manually download the pex release (we use an airgapped secure browser w/ download and virus scan capabilities) and place it in a known location for pants to find?
We also have a docker proxy setup, so I also looked on dockerhub for a container that would hold all the required deps, but the only container there was 6 years old. For users like myself without internet access it'd be great to bundle everything up in an easy to use package.
Thanks!stocky-yacht-20557
02/03/2022, 3:52 AMpolite-garden-50641
02/03/2022, 4:04 AMhappy-kitchen-89482
02/03/2022, 4:04 AMhappy-kitchen-89482
02/03/2022, 4:04 AMhappy-kitchen-89482
02/03/2022, 4:07 AMhappy-kitchen-89482
02/03/2022, 4:08 AMhappy-kitchen-89482
02/03/2022, 4:08 AMhappy-kitchen-89482
02/03/2022, 4:09 AMhappy-kitchen-89482
02/03/2022, 4:11 AMhappy-kitchen-89482
02/03/2022, 4:13 AM./pants help-advanced download-pex-bin
(or its web equivalent) gives info on how to point pants at a custom source for that binary, via the [download-pex-bin].url_template
optionhappy-kitchen-89482
02/03/2022, 4:30 AMhappy-kitchen-89482
02/03/2022, 5:46 AMwitty-crayon-22786
02/03/2022, 6:41 PMwitty-crayon-22786
02/03/2022, 6:41 PMhappy-kitchen-89482
02/03/2022, 6:51 PMstocky-yacht-20557
02/03/2022, 7:00 PMpants help-advanced <tool>
)
⢠rename the "Proxies" help page to "Using Pants without Internet" or similar
⢠add something to the above docs about hosting binaries locally on a shared server. i.e. using file://
stocky-yacht-20557
02/03/2022, 7:01 PMwitty-crayon-22786
02/03/2022, 7:14 PMhappy-kitchen-89482
02/03/2022, 7:55 PMhappy-kitchen-89482
02/03/2022, 7:55 PMhappy-kitchen-89482
02/03/2022, 7:57 PMhappy-kitchen-89482
02/03/2022, 7:58 PMhappy-kitchen-89482
02/03/2022, 7:58 PMstocky-yacht-20557
02/03/2022, 7:59 PMstocky-yacht-20557
02/03/2022, 8:00 PMdocker pull pantsbuild
to pull such a container through our dockerhub proxy.stocky-yacht-20557
02/03/2022, 8:01 PM./pants
script would look like docker run -it --rm pants:v2.9.0 -v $(pwd):/repo -W /repo
happy-kitchen-89482
02/03/2022, 9:27 PMhappy-kitchen-89482
02/07/2022, 5:47 AMhappy-kitchen-89482
02/07/2022, 5:47 AMhundreds-father-404
02/07/2022, 4:26 PMurl_template
already mentions it, but duplication can be good in docs: https://www.pantsbuild.org/v2.10/docs/reference-protoc#section-url-template