nickva opened a new pull request, #97:
URL: https://github.com/apache/couchdb-ci/pull/97

   Simplify and move more logic from Jenkins config into this script.
   
   Previously we did two prune operations: in one Jenkins, and then we wget and 
ran this script aswell. Now do the pruning just in this script to reduce 
reliance on the Jenkins config.
   
   Simplify the logic a bit as well: just prune any images older than 720h 
(30days) and then pull all the known ones we expect to have cached.
   
   The Jenkins config now only has:
   
   ```
    wget -N 
https://raw.githubusercontent.com/apache/couchdb-ci/main/pull-all-couchdbdev-docker
    bash ./pull-all-couchdbdev-docker
   ```


-- 
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]

Reply via email to