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 images #12

Closed
japaric opened this issue Sep 29, 2016 · 3 comments
Closed

Cache Docker images #12

japaric opened this issue Sep 29, 2016 · 3 comments

Comments

@japaric
Copy link
Owner

japaric commented Sep 29, 2016

Probably hard. There's no Travis support for this AFAIK.

@kamalmarhubi
Copy link

I'm working on containy-thing for pretty much exactly this use case. Benefits: no sudo needed so we run on container infra (shorter queues), and should be able to cache images (they'll just be tarballs). It's probably a few weeks out, but wanted to drop a note here.

@japaric
Copy link
Owner Author

japaric commented Nov 8, 2016

Looks interesting! I'll give it a try when I get time.

Something that trust needs is to build on top of Ubuntu releases (e.g. Precise, Trusty, etc. or any other distro release) and it seems that the ROOTFS argument takes care of that. The other thing that trust needs is read-only mounts, containy-thing doesn't seem to support that AFAICT.

they'll just be tarballs

Some examples would be nice! I seem to never get the permissions right when I tarball rootfses 😄.

@japaric
Copy link
Owner Author

japaric commented Jan 2, 2017

we are now using [cross](https://github.com/japaric/cross] which provides pre-built docker images. There's no longer a need for this.

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