Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rb2k_
on Dec 17, 2014
|
parent
|
context
|
favorite
| on:
Faster Builds with Container-Based Infrastructure ...
Are you sure those speedups are docker related, those sound like they're bundler/caching related?
( as in
http://docs.travis-ci.com/user/caching/
)
aseidl
on Dec 18, 2014
[–]
Correct, the speedups are directly due to bundle caching (which previously had only been available for private/paid repos). Indirectly, I would assume this caching is now implemented via Docker's use of filesystem layers.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
( as in http://docs.travis-ci.com/user/caching/ )