alitheg commented on PR #422:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/422#issuecomment-3656207418

   > perhaps there's a way that we can download them but used pinned versions? 
Maybe the script itself already supports that somehow?
   
   Docker I believe caches the build output of each line in the file 
(essentially) based on the content of the line and the context. That's why I 
moved the ENV lines for tool versions to immediately before the download for 
each - that way if you change the version it will invalidate the cache from 
there downwards. We could even make each of those dependencies use its own 
build stage so that the others stay cached. But yeah no matter which install 
version you use, if nothing above that changes then it shouldn't run again next 
time.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to