Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache intermediate docker layers on travis #310

Closed
betatim opened this issue May 11, 2018 · 4 comments
Closed

Cache intermediate docker layers on travis #310

betatim opened this issue May 11, 2018 · 4 comments

Comments

@betatim
Copy link
Member

betatim commented May 11, 2018

Some builds tests take a long time because they have to build our repo2docker "base" again and again.

Travis can cache files between builds however they explicitly mention docker images as something not to cache. I think the reasoning is that pulling them from docker hub is just as fast/slow. In our case we want to cache the intermediate build layers.

What do people think about adding that and how it relates to Travis' wishes about docker image caching?

@minrk
Copy link
Member

minrk commented Jun 6, 2018

Worth a shot

@Madhu94
Copy link

Madhu94 commented Dec 22, 2018

Is this still relevant ?

@betatim
Copy link
Member Author

betatim commented Dec 22, 2018

Would be interesting to experiment with to find out if this speeds up our CI runs.

@manics
Copy link
Member

manics commented May 17, 2021

I'll close this, we've got other issues related to caching and speeding up builds.

@manics manics closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants