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

Dockerfile cleanup #845

Closed
dtolnay opened this issue Jul 10, 2015 · 3 comments · Fixed by #2649
Closed

Dockerfile cleanup #845

dtolnay opened this issue Jul 10, 2015 · 3 comments · Fixed by #2649
Labels
Milestone

Comments

@dtolnay
Copy link
Member

dtolnay commented Jul 10, 2015

Following up on #842:

  • split into layers on natural boundaries (get dependencies, get code, build code and manual) to reduce rebuilding time
  • factor long steps into shell scripts, maybe even reusable in .travis.yml
  • enable valgrind if possible
@nicowilliams
Copy link
Contributor

Can Travis-CI build a dockerfile?

@dtolnay
Copy link
Member Author

dtolnay commented Jul 10, 2015

Good idea. I will give it a shot tonight.

@dtolnay
Copy link
Member Author

dtolnay commented Jul 11, 2015

As far as I can tell, no, not on the container-based Travis infrastructure:

It's not currently possible, mostly for security reasons, but is something we want to address in the future.

But Docker Hub can! https://docs.docker.com/docker-hub/builds/

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

Successfully merging a pull request may close this issue.

3 participants