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 docker layers to reduce build time #2

Open
TheAspens opened this issue Aug 29, 2018 · 1 comment
Open

Cache docker layers to reduce build time #2

TheAspens opened this issue Aug 29, 2018 · 1 comment

Comments

@TheAspens
Copy link
Member

From @ChristianBeer

I looked into caching the docker layers and we would gain some time but this doesn't look trivial with the ansible setup we use. Right now we are still under 10 minutes runtime where the actual tests are only several seconds. So adding more tests does not add too much a burden and we are still far away from the 30 minute limit.

@marius311
Copy link
Member

Yea, I don't see any super easy way of doing it either. FWIW, once some of the cool experimental stuff in moby/moby#32507 drops, build caching will probably be really easy on the Docker side, so I'd say wait until we hit the 30min limit, then decide what to do based on if that stuff is available yet or not.

Btw, I'm not following super closely here but don't hesitate to ping me directly with any questions or requests re: this stuff ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants