How can i download all the libraries stored in the PROXY? #1968
Replies: 2 comments 1 reply
-
I'm considering setting up a process that examines the |
Beta Was this translation helpful? Give feedback.
-
Hey @midestefanis! Athens by default stores files on disk, so you could theoretically rsync them down or something. You could also loop through the catalog and just download all the files periodically: https://gomods.io/intro/protocol/ That said, are you sure that your CI pipelines are talking to Athens? You should see 200's in Athens corresponding to the packages being requested. If Athens is misconfigured to fetch from upstream each time then you won't see any improvement in download times. |
Beta Was this translation helpful? Give feedback.
-
I am already using the Proxy in my company, but I don't see much reduction in build times. I thought of using the proxy information as an index and downloading all the libraries on our CI/CD node. Is there an easy way to download all the libraries from Athens?
Beta Was this translation helpful? Give feedback.
All reactions