Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
100 stars 28 forks source link

Custom image keep on pulling #3677

Closed StefanAgus closed 7 years ago

StefanAgus commented 7 years ago

I've been using custom docker image to speed up the build time for around a week. But instead of making it faster, it become way slower because of the time it needs to pull the custom image. Is there any way to cache the custom docker image? here is our .shippable.yml ` build_environment: Ubuntu 14.04 language: node_js node_js:

ambarish2012 commented 7 years ago

@StefanAgus to cache your own image, you will need to build on your own dedicated node. On the free plan, nodes gets dynamically assigned which prevents caching.

Please look here for more information - http://docs.shippable.com/getting-started/byon-overview/#advantages-of-byon.