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

Reduce CI Docker image size #371

Open
VoyTechnology opened this issue Feb 20, 2018 · 1 comment
Open

Reduce CI Docker image size #371

VoyTechnology opened this issue Feb 20, 2018 · 1 comment

Comments

@VoyTechnology
Copy link
Member

cpssd/heracles image is pretty large (docker images cpssd/heracles shows its size as 1.66GB), and it takes between 17-35 seconds to download for CircleCI. We should try and take a look at some more lightweight alternatives.

Alpine is a good choice, it contains the protobuf library, but it by default only has stable toolchain, and creating nightly would be rather problematic due to limited libc support. Also the stable image relies on a lot of patching to make it work.

@VoyTechnology VoyTechnology added this to the Proposal milestone Feb 20, 2018
@GoldenBadger
Copy link
Contributor

Can we compile on Debian with MUSL to have a 100% statically-linked binary?

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

2 participants