You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/22 22:00:45 UTC

[GitHub] dgrove-oss opened a new issue #431: Avoid git clones during deployment by creating pre-cloned tagged container

dgrove-oss opened a new issue #431: Avoid git clones during deployment by creating pre-cloned tagged container
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/431
 
 
   As a leftover from our old style of pulling 'latest' of all components when we deploy, the install-packages-job, system-test-job,  and init-couchdb-job all clone one or more git repos as part of their computation.  The system-test-job also scalaCompiles the test suite, which really should be done at build time.
   
   Instead of doing this, we should create a single docker image that extends ow-utils and does all the git clones with the specified githash at build time.  We can update this image periodically (at the same time as we update the other tags in values.yaml and runtimes.json). 
   
   This would make deployment a little faster and also remove an occasional source of deployment failures when github is unresponsive and the clone fails.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services